diff options
Diffstat (limited to 'src/commands/notation/ChangeTiePositionCommand.h')
-rw-r--r-- | src/commands/notation/ChangeTiePositionCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/ChangeTiePositionCommand.h b/src/commands/notation/ChangeTiePositionCommand.h index c4c58a7..3b01618 100644 --- a/src/commands/notation/ChangeTiePositionCommand.h +++ b/src/commands/notation/ChangeTiePositionCommand.h @@ -27,7 +27,7 @@ #define _RG_ADJUSTMENUCHANGETIEPOSITIONCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -43,7 +43,7 @@ public: BasicSelectionCommand(getGlobalName(above), selection, true), m_selection(&selection), m_above(above) { } - static QString getGlobalName(bool above) { + static TQString getGlobalName(bool above) { return above ? i18n("Tie &Above") : i18n("Tie &Below"); } |