diff options
Diffstat (limited to 'src/commands/notation/ClefInsertionCommand.h')
-rw-r--r-- | src/commands/notation/ClefInsertionCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/ClefInsertionCommand.h b/src/commands/notation/ClefInsertionCommand.h index 3e9b940..9cacdfb 100644 --- a/src/commands/notation/ClefInsertionCommand.h +++ b/src/commands/notation/ClefInsertionCommand.h @@ -28,7 +28,7 @@ #include "base/NotationTypes.h" #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" @@ -51,7 +51,7 @@ public: bool shouldTranspose = false); virtual ~ClefInsertionCommand(); - static QString getGlobalName(Clef *clef = 0); + static TQString getGlobalName(Clef *clef = 0); virtual timeT getRelayoutEndTime(); Event *getLastInsertedEvent() { return m_lastInsertedEvent; } |