summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/ChangeStemsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/ChangeStemsCommand.h')
-rw-r--r--src/commands/notation/ChangeStemsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/ChangeStemsCommand.h b/src/commands/notation/ChangeStemsCommand.h
index 40b48bf..5874275 100644
--- a/src/commands/notation/ChangeStemsCommand.h
+++ b/src/commands/notation/ChangeStemsCommand.h
@@ -27,7 +27,7 @@
#define _RG_ADJUSTMENUCHANGESTEMSCOMMAND_H_
#include "document/BasicSelectionCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -47,7 +47,7 @@ public:
BasicSelectionCommand(getGlobalName(up), selection, true),
m_selection(&selection), m_up(up) { }
- static QString getGlobalName(bool up) {
+ static TQString getGlobalName(bool up) {
return up ? i18n("Stems &Up") : i18n("Stems &Down");
}