diff options
Diffstat (limited to 'src/commands/edit/InvertCommand.h')
-rw-r--r-- | src/commands/edit/InvertCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/InvertCommand.h b/src/commands/edit/InvertCommand.h index 5bea38d..8a47cb9 100644 --- a/src/commands/edit/InvertCommand.h +++ b/src/commands/edit/InvertCommand.h @@ -27,7 +27,7 @@ #define _RG_INVERTCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -46,7 +46,7 @@ public: BasicSelectionCommand(getGlobalName(semitones), selection, true), m_selection(&selection), m_semitones(semitones) { } - static QString getGlobalName(int semitones = 0) { + static TQString getGlobalName(int semitones = 0) { switch (semitones) { default: return i18n("&Invert"); } |