summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/ChangeSlurPositionCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/ChangeSlurPositionCommand.h')
-rw-r--r--src/commands/notation/ChangeSlurPositionCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/ChangeSlurPositionCommand.h b/src/commands/notation/ChangeSlurPositionCommand.h
index 11c4bce..e8a4911 100644
--- a/src/commands/notation/ChangeSlurPositionCommand.h
+++ b/src/commands/notation/ChangeSlurPositionCommand.h
@@ -27,7 +27,7 @@
#define _RG_ADJUSTMENUCHANGESLURPOSITIONCOMMAND_H_
#include "document/BasicSelectionCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -47,7 +47,7 @@ public:
BasicSelectionCommand(getGlobalName(above), selection, true),
m_selection(&selection), m_above(above) { }
- static QString getGlobalName(bool above) {
+ static TQString getGlobalName(bool above) {
return above ? i18n("Slur &Above") : i18n("Slur &Below");
}