summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/ModifyDefaultTempoCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/ModifyDefaultTempoCommand.h')
-rw-r--r--src/commands/segment/ModifyDefaultTempoCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/ModifyDefaultTempoCommand.h b/src/commands/segment/ModifyDefaultTempoCommand.h
index 50f736d..5ca4252 100644
--- a/src/commands/segment/ModifyDefaultTempoCommand.h
+++ b/src/commands/segment/ModifyDefaultTempoCommand.h
@@ -27,7 +27,7 @@
#define _RG_MODIFYDEFAULTTEMPOCOMMAND_H_
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
#include "base/Composition.h" // for tempoT
@@ -48,7 +48,7 @@ public:
virtual ~ModifyDefaultTempoCommand() {}
- static QString getGlobalName() { return i18n("Modify &Default Tempo..."); }
+ static TQString getGlobalName() { return i18n("Modify &Default Tempo..."); }
virtual void execute();
virtual void unexecute();