diff options
Diffstat (limited to 'src/commands/notation/AddFingeringMarkCommand.h')
-rw-r--r-- | src/commands/notation/AddFingeringMarkCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/AddFingeringMarkCommand.h b/src/commands/notation/AddFingeringMarkCommand.h index 1d95002..e044ef7 100644 --- a/src/commands/notation/AddFingeringMarkCommand.h +++ b/src/commands/notation/AddFingeringMarkCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <string> -#include <qstring.h> +#include <tqstring.h> @@ -47,7 +47,7 @@ public: BasicSelectionCommand(getGlobalName(), selection, true), m_selection(&selection), m_text(text) { } - static QString getGlobalName(QString fingering = ""); + static TQString getGlobalName(TQString fingering = ""); protected: virtual void modifySegment(); |