diff options
Diffstat (limited to 'src/commands/studio/ModifyDeviceCommand.h')
-rw-r--r-- | src/commands/studio/ModifyDeviceCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/ModifyDeviceCommand.h b/src/commands/studio/ModifyDeviceCommand.h index f8f820e..f6c5289 100644 --- a/src/commands/studio/ModifyDeviceCommand.h +++ b/src/commands/studio/ModifyDeviceCommand.h @@ -30,7 +30,7 @@ #include "base/MidiDevice.h" #include <string> #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -65,7 +65,7 @@ public: /// supersedes setBankList() and setProgramList() void clearBankAndProgramList() { m_clearBankAndProgramList = true; } - static QString getGlobalName() { return i18n("Modify &MIDI Bank"); } + static TQString getGlobalName() { return i18n("Modify &MIDI Bank"); } virtual void execute(); virtual void unexecute(); |