diff options
Diffstat (limited to 'src/commands/studio/ModifyDeviceMappingCommand.h')
-rw-r--r-- | src/commands/studio/ModifyDeviceMappingCommand.h | 4 |
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(); |