summaryrefslogtreecommitdiffstats
path: root/src/commands/studio/CreateOrDeleteDeviceCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/studio/CreateOrDeleteDeviceCommand.h')
-rw-r--r--src/commands/studio/CreateOrDeleteDeviceCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/CreateOrDeleteDeviceCommand.h b/src/commands/studio/CreateOrDeleteDeviceCommand.h
index 2fe69a3..3db7b25 100644
--- a/src/commands/studio/CreateOrDeleteDeviceCommand.h
+++ b/src/commands/studio/CreateOrDeleteDeviceCommand.h
@@ -30,7 +30,7 @@
#include "base/MidiDevice.h"
#include <string>
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -64,7 +64,7 @@ public:
CreateOrDeleteDeviceCommand(Studio *studio,
DeviceId deviceId);
- static QString getGlobalName(bool deletion) {
+ static TQString getGlobalName(bool deletion) {
return (deletion ? i18n("Delete Device") : i18n("Create Device"));
}