diff options
Diffstat (limited to 'src/commands/notation/MakeAccidentalsCautionaryCommand.h')
-rw-r--r-- | src/commands/notation/MakeAccidentalsCautionaryCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/MakeAccidentalsCautionaryCommand.h b/src/commands/notation/MakeAccidentalsCautionaryCommand.h index 2745dc7..13c1674 100644 --- a/src/commands/notation/MakeAccidentalsCautionaryCommand.h +++ b/src/commands/notation/MakeAccidentalsCautionaryCommand.h @@ -27,7 +27,7 @@ #define _RG_MAKEACCIDENTALSCAUTIONARYCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> @@ -47,7 +47,7 @@ public: m_selection(&selection), m_cautionary(cautionary) { } - static QString getGlobalName(bool cautionary); + static TQString getGlobalName(bool cautionary); protected: virtual void modifySegment(); |