summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentRescaleCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentRescaleCommand.cpp')
-rw-r--r--src/commands/segment/SegmentRescaleCommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentRescaleCommand.cpp b/src/commands/segment/SegmentRescaleCommand.cpp
index d7a7c80..ce8a6d1 100644
--- a/src/commands/segment/SegmentRescaleCommand.cpp
+++ b/src/commands/segment/SegmentRescaleCommand.cpp
@@ -30,7 +30,7 @@
#include "base/Composition.h"
#include "base/NotationTypes.h"
#include "base/Segment.h"
-#include <qstring.h>
+#include <tqstring.h>
namespace Rosegarden
@@ -98,7 +98,7 @@ SegmentRescaleCommand::execute()
m_newSegment = new Segment();
m_newSegment->setTrack(m_segment->getTrack());
- QString oldLabel = strtoqstr(m_segment->getLabel());
+ TQString oldLabel = strtoqstr(m_segment->getLabel());
if (oldLabel.endsWith(i18n("(rescaled)"))) {
m_newSegment->setLabel(m_segment->getLabel());
} else {