diff options
Diffstat (limited to 'src/commands/studio/ModifyControlParameterCommand.h')
-rw-r--r-- | src/commands/studio/ModifyControlParameterCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/studio/ModifyControlParameterCommand.h b/src/commands/studio/ModifyControlParameterCommand.h index cd705d6..1a32994 100644 --- a/src/commands/studio/ModifyControlParameterCommand.h +++ b/src/commands/studio/ModifyControlParameterCommand.h @@ -29,7 +29,7 @@ #include "base/ControlParameter.h" #include "base/Device.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -58,7 +58,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName() { return i18n("&Modify Control Parameter"); } + static TQString getGlobalName() { return i18n("&Modify Control Parameter"); } protected: Studio *m_studio; |