diff options
Diffstat (limited to 'src/commands/notation/NormalizeRestsCommand.h')
-rw-r--r-- | src/commands/notation/NormalizeRestsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/NormalizeRestsCommand.h b/src/commands/notation/NormalizeRestsCommand.h index db57920..6d26c7b 100644 --- a/src/commands/notation/NormalizeRestsCommand.h +++ b/src/commands/notation/NormalizeRestsCommand.h @@ -27,7 +27,7 @@ #define _RG_ADJUSTMENUNORMALIZERESTSCOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -51,7 +51,7 @@ public: NormalizeRestsCommand(EventSelection &selection); - static QString getGlobalName() { return i18n("&Normalize Rests"); } + static TQString getGlobalName() { return i18n("&Normalize Rests"); } protected: virtual void modifySegment(); |