summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentLabelCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentLabelCommand.cpp')
-rw-r--r--src/commands/segment/SegmentLabelCommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentLabelCommand.cpp b/src/commands/segment/SegmentLabelCommand.cpp
index 8bc0ff4..afffaba 100644
--- a/src/commands/segment/SegmentLabelCommand.cpp
+++ b/src/commands/segment/SegmentLabelCommand.cpp
@@ -28,7 +28,7 @@
#include "misc/Strings.h"
#include "base/Segment.h"
#include "base/Selection.h"
-#include <qstring.h>
+#include <tqstring.h>
namespace Rosegarden
@@ -36,7 +36,7 @@ namespace Rosegarden
SegmentLabelCommand::SegmentLabelCommand(
SegmentSelection &segments,
- const QString &label):
+ const TQString &label):
KNamedCommand(i18n("Label Segments")),
m_newLabel(label)
{