diff options
Diffstat (limited to 'src/commands/edit/ChangeVelocityCommand.h')
-rw-r--r-- | src/commands/edit/ChangeVelocityCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/ChangeVelocityCommand.h b/src/commands/edit/ChangeVelocityCommand.h index a0a51b1..f4a458d 100644 --- a/src/commands/edit/ChangeVelocityCommand.h +++ b/src/commands/edit/ChangeVelocityCommand.h @@ -27,7 +27,7 @@ #define _RG_CHANGEVELOCITYCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -49,7 +49,7 @@ public: BasicSelectionCommand(getGlobalName(delta), selection, true), m_selection(&selection), m_delta(delta) { } - static QString getGlobalName(int delta = 0) { + static TQString getGlobalName(int delta = 0) { if (delta > 0) return i18n("&Increase Velocity"); else return i18n("&Reduce Velocity"); } |