diff options
Diffstat (limited to 'src/commands/segment/SegmentChangeQuantizationCommand.h')
-rw-r--r-- | src/commands/segment/SegmentChangeQuantizationCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentChangeQuantizationCommand.h b/src/commands/segment/SegmentChangeQuantizationCommand.h index e5d7a36..6c69728 100644 --- a/src/commands/segment/SegmentChangeQuantizationCommand.h +++ b/src/commands/segment/SegmentChangeQuantizationCommand.h @@ -27,7 +27,7 @@ #define _RG_SEGMENTCHANGEQUANTIZATIONCOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" @@ -52,7 +52,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName(timeT); + static TQString getGlobalName(timeT); private: struct SegmentRec { |