diff options
Diffstat (limited to 'src/commands/studio/RenameDeviceCommand.h')
-rw-r--r-- | src/commands/studio/RenameDeviceCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/RenameDeviceCommand.h b/src/commands/studio/RenameDeviceCommand.h index d767bca..8e4f1f4 100644 --- a/src/commands/studio/RenameDeviceCommand.h +++ b/src/commands/studio/RenameDeviceCommand.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_name(name) { } - static QString getGlobalName() { return i18n("Rename Device"); } + static TQString getGlobalName() { return i18n("Rename Device"); } virtual void execute(); virtual void unexecute(); |