summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/PasteToTriggerSegmentCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/PasteToTriggerSegmentCommand.cpp')
-rw-r--r--src/commands/segment/PasteToTriggerSegmentCommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/PasteToTriggerSegmentCommand.cpp b/src/commands/segment/PasteToTriggerSegmentCommand.cpp
index 0447c40..1b3838a 100644
--- a/src/commands/segment/PasteToTriggerSegmentCommand.cpp
+++ b/src/commands/segment/PasteToTriggerSegmentCommand.cpp
@@ -33,7 +33,7 @@
#include "base/NotationTypes.h"
#include "base/Segment.h"
#include "base/TriggerSegment.h"
-#include <qstring.h>
+#include <tqstring.h>
namespace Rosegarden
@@ -41,7 +41,7 @@ namespace Rosegarden
PasteToTriggerSegmentCommand::PasteToTriggerSegmentCommand(Composition *composition,
Clipboard *clipboard,
- QString label,
+ TQString label,
int basePitch,
int baseVelocity) :
KNamedCommand(i18n("Paste as New Triggered Segment")),