summaryrefslogtreecommitdiffstats
path: root/src/commands/studio/ReconnectDeviceCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/studio/ReconnectDeviceCommand.h')
-rw-r--r--src/commands/studio/ReconnectDeviceCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/ReconnectDeviceCommand.h b/src/commands/studio/ReconnectDeviceCommand.h
index 910bdbf..ba445a6 100644
--- a/src/commands/studio/ReconnectDeviceCommand.h
+++ b/src/commands/studio/ReconnectDeviceCommand.h
@@ -29,7 +29,7 @@
#include "base/Device.h"
#include <string>
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -52,7 +52,7 @@ public:
m_deviceId(deviceId),
m_newConnection(newConnection) { }
- static QString getGlobalName() { return i18n("Reconnect Device"); }
+ static TQString getGlobalName() { return i18n("Reconnect Device"); }
virtual void execute();
virtual void unexecute();