summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentChangeTransposeCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentChangeTransposeCommand.cpp')
-rw-r--r--src/commands/segment/SegmentChangeTransposeCommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentChangeTransposeCommand.cpp b/src/commands/segment/SegmentChangeTransposeCommand.cpp
index 452c2d7..e7a8697 100644
--- a/src/commands/segment/SegmentChangeTransposeCommand.cpp
+++ b/src/commands/segment/SegmentChangeTransposeCommand.cpp
@@ -27,7 +27,7 @@
#include "base/Segment.h"
#include "gui/editors/notation/NotationStrings.h"
-#include <qstring.h>
+#include <tqstring.h>
namespace Rosegarden
@@ -65,7 +65,7 @@ SegmentChangeTransposeCommand::getGlobalName(int unit)
if (!unit) {
return "Undo change transposition";
} else {
- return QString("Change transposition to %1").arg(unit);
+ return TQString("Change transposition to %1").arg(unit);
}
}