diff options
Diffstat (limited to 'src/commands/edit/EventUnquantizeCommand.h')
-rw-r--r-- | src/commands/edit/EventUnquantizeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/EventUnquantizeCommand.h b/src/commands/edit/EventUnquantizeCommand.h index fca3a3c..4203726 100644 --- a/src/commands/edit/EventUnquantizeCommand.h +++ b/src/commands/edit/EventUnquantizeCommand.h @@ -27,7 +27,7 @@ #define _RG_EVENTUNQUANTIZECOMMAND_H_ #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" @@ -56,7 +56,7 @@ public: ~EventUnquantizeCommand(); - static QString getGlobalName(Quantizer *quantizer = 0); + static TQString getGlobalName(Quantizer *quantizer = 0); protected: virtual void modifySegment(); |