diff options
Diffstat (limited to 'src/commands/segment/SegmentRescaleCommand.h')
-rw-r--r-- | src/commands/segment/SegmentRescaleCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentRescaleCommand.h b/src/commands/segment/SegmentRescaleCommand.h index 7a34727..bc724be 100644 --- a/src/commands/segment/SegmentRescaleCommand.h +++ b/src/commands/segment/SegmentRescaleCommand.h @@ -27,7 +27,7 @@ #define _RG_SEGMENTRESCALECOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -55,7 +55,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName() { return i18n("Stretch or S&quash..."); } + static TQString getGlobalName() { return i18n("Stretch or S&quash..."); } private: Segment *m_segment; |