summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentSplitByRecordingSrcCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentSplitByRecordingSrcCommand.h')
-rw-r--r--src/commands/segment/SegmentSplitByRecordingSrcCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentSplitByRecordingSrcCommand.h b/src/commands/segment/SegmentSplitByRecordingSrcCommand.h
index 3b087ab..03ca3b6 100644
--- a/src/commands/segment/SegmentSplitByRecordingSrcCommand.h
+++ b/src/commands/segment/SegmentSplitByRecordingSrcCommand.h
@@ -27,7 +27,7 @@
#define _RG_SEGMENTSPLITBYRECORDINGSRCCOMMAND_H_
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
#include "gui/application/RosegardenDCOP.h"
@@ -48,7 +48,7 @@ public:
int channel, int device);
virtual ~SegmentSplitByRecordingSrcCommand();
- static QString getGlobalName()
+ static TQString getGlobalName()
{ return i18n("Split by &Recording Source..."); }
virtual void execute();