diff options
Diffstat (limited to 'src/commands/notation/MakeRegionViableCommand.h')
-rw-r--r-- | src/commands/notation/MakeRegionViableCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/MakeRegionViableCommand.h b/src/commands/notation/MakeRegionViableCommand.h index 64762cb..9d9b0f0 100644 --- a/src/commands/notation/MakeRegionViableCommand.h +++ b/src/commands/notation/MakeRegionViableCommand.h @@ -27,7 +27,7 @@ #define _RG_ADJUSTMENUMAKEREGIONVIABLECOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -49,7 +49,7 @@ public: timeT endTime) : BasicCommand(getGlobalName(), segment, startTime, endTime) { } - static QString getGlobalName() { return i18n("Tie Notes at &Barlines"); } + static TQString getGlobalName() { return i18n("Tie Notes at &Barlines"); } protected: virtual void modifySegment(); |