summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentSplitByPitchCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentSplitByPitchCommand.h')
-rw-r--r--src/commands/segment/SegmentSplitByPitchCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentSplitByPitchCommand.h b/src/commands/segment/SegmentSplitByPitchCommand.h
index e536be6..b935867 100644
--- a/src/commands/segment/SegmentSplitByPitchCommand.h
+++ b/src/commands/segment/SegmentSplitByPitchCommand.h
@@ -28,7 +28,7 @@
#include "base/Segment.h"
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
#include "gui/general/ClefIndex.h"
@@ -57,7 +57,7 @@ public:
ClefHandling clefHandling);
virtual ~SegmentSplitByPitchCommand();
- static QString getGlobalName()
+ static TQString getGlobalName()
{ return i18n("Split by &Pitch..."); }
virtual void execute();