diff options
Diffstat (limited to 'src/commands/edit/MoveCommand.h')
-rw-r--r-- | src/commands/edit/MoveCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/MoveCommand.h b/src/commands/edit/MoveCommand.h index 79c0081..5212a08 100644 --- a/src/commands/edit/MoveCommand.h +++ b/src/commands/edit/MoveCommand.h @@ -27,7 +27,7 @@ #define _RG_MOVECOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" @@ -49,7 +49,7 @@ public: bool useNotationTimings, EventSelection &selection); - static QString getGlobalName(timeT delta = 0); + static TQString getGlobalName(timeT delta = 0); Event *getLastInsertedEvent() { return m_lastInsertedEvent; } |