summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/PasteToTriggerSegmentCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/PasteToTriggerSegmentCommand.h')
-rw-r--r--src/commands/segment/PasteToTriggerSegmentCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/segment/PasteToTriggerSegmentCommand.h b/src/commands/segment/PasteToTriggerSegmentCommand.h
index 32f95e7..adb5fe0 100644
--- a/src/commands/segment/PasteToTriggerSegmentCommand.h
+++ b/src/commands/segment/PasteToTriggerSegmentCommand.h
@@ -28,7 +28,7 @@
#include "base/TriggerSegment.h"
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
@@ -47,7 +47,7 @@ public:
/// If basePitch is -1, the first pitch in the selection will be used
PasteToTriggerSegmentCommand(Composition *composition,
Clipboard *clipboard,
- QString label,
+ TQString label,
int basePitch = -1,
int baseVelocity = -1);
virtual ~PasteToTriggerSegmentCommand();
@@ -58,7 +58,7 @@ public:
protected:
Composition *m_composition;
Clipboard *m_clipboard;
- QString m_label;
+ TQString m_label;
int m_basePitch;
int m_baseVelocity;
Segment *m_segment;