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