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