diff options
Diffstat (limited to 'src/commands/edit/RetrogradeInvertCommand.h')
-rw-r--r-- | src/commands/edit/RetrogradeInvertCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/RetrogradeInvertCommand.h b/src/commands/edit/RetrogradeInvertCommand.h index ea7d540..155f1ea 100644 --- a/src/commands/edit/RetrogradeInvertCommand.h +++ b/src/commands/edit/RetrogradeInvertCommand.h @@ -27,7 +27,7 @@ #define _RG_RETROGRADEINVERTCOMMAND_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("Re&trograde Invert"); } |