summaryrefslogtreecommitdiffstats
path: root/src/commands/studio/ModifyInstrumentMappingCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/studio/ModifyInstrumentMappingCommand.h')
-rw-r--r--src/commands/studio/ModifyInstrumentMappingCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/ModifyInstrumentMappingCommand.h b/src/commands/studio/ModifyInstrumentMappingCommand.h
index 224459b..f482008 100644
--- a/src/commands/studio/ModifyInstrumentMappingCommand.h
+++ b/src/commands/studio/ModifyInstrumentMappingCommand.h
@@ -29,7 +29,7 @@
#include "base/MidiProgram.h"
#include "base/Track.h"
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <vector>
#include <klocale.h>
@@ -52,7 +52,7 @@ public:
InstrumentId fromInstrument,
InstrumentId toInstrument);
- static QString getGlobalName() { return i18n("Modify &Instrument Mapping"); }
+ static TQString getGlobalName() { return i18n("Modify &Instrument Mapping"); }
virtual void execute();
virtual void unexecute();