diff options
Diffstat (limited to 'src/commands/edit/RescaleCommand.h')
-rw-r--r-- | src/commands/edit/RescaleCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/RescaleCommand.h b/src/commands/edit/RescaleCommand.h index 362de24..801c660 100644 --- a/src/commands/edit/RescaleCommand.h +++ b/src/commands/edit/RescaleCommand.h @@ -27,7 +27,7 @@ #define _RG_RESCALECOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -47,7 +47,7 @@ public: timeT newDuration, bool closeGap); - static QString getGlobalName() { return i18n("Stretch or S&quash..."); } + static TQString getGlobalName() { return i18n("Stretch or S&quash..."); } protected: virtual void modifySegment(); |