diff options
Diffstat (limited to 'src/commands/notation/TupletCommand.h')
-rw-r--r-- | src/commands/notation/TupletCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/TupletCommand.h b/src/commands/notation/TupletCommand.h index b08a204..fcf5840 100644 --- a/src/commands/notation/TupletCommand.h +++ b/src/commands/notation/TupletCommand.h @@ -27,7 +27,7 @@ #define _RG_ADJUSTMENUTUPLETCOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -49,7 +49,7 @@ public: int untupled = 3, int tupled = 2, bool groupHasTimingAlready = false); - static QString getGlobalName(bool simple = true) { + static TQString getGlobalName(bool simple = true) { if (simple) return i18n("&Triplet"); else return i18n("Tu&plet..."); } |