diff options
Diffstat (limited to 'src/commands/notation/RespellCommand.h')
-rw-r--r-- | src/commands/notation/RespellCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/RespellCommand.h b/src/commands/notation/RespellCommand.h index e2c414f..4f98dff 100644 --- a/src/commands/notation/RespellCommand.h +++ b/src/commands/notation/RespellCommand.h @@ -27,7 +27,7 @@ #define _RG_RESPELLCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> @@ -55,7 +55,7 @@ public: m_type(type), m_accidental(acc) { } - static QString getGlobalName(Type type, Accidental acc); + static TQString getGlobalName(Type type, Accidental acc); protected: virtual void modifySegment(); |