diff options
Diffstat (limited to 'src/commands/segment/ChangeCompositionLengthCommand.h')
-rw-r--r-- | src/commands/segment/ChangeCompositionLengthCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/ChangeCompositionLengthCommand.h b/src/commands/segment/ChangeCompositionLengthCommand.h index 9e0db9b..4828c3a 100644 --- a/src/commands/segment/ChangeCompositionLengthCommand.h +++ b/src/commands/segment/ChangeCompositionLengthCommand.h @@ -27,7 +27,7 @@ #define _RG_CHANGECOMPOSITIONLENGTHCOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -49,7 +49,7 @@ public: timeT endTime); virtual ~ChangeCompositionLengthCommand(); - static QString getGlobalName() + static TQString getGlobalName() { return i18n("Change &Composition Start and End..."); } virtual void execute(); |