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