diff options
Diffstat (limited to 'src/commands/segment/SegmentChangeTransposeCommand.h')
-rw-r--r-- | src/commands/segment/SegmentChangeTransposeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentChangeTransposeCommand.h b/src/commands/segment/SegmentChangeTransposeCommand.h index 64bd75a..a3c77b7 100644 --- a/src/commands/segment/SegmentChangeTransposeCommand.h +++ b/src/commands/segment/SegmentChangeTransposeCommand.h @@ -27,7 +27,7 @@ #define _RG_SEGMENTCHANGETRANSPOSECOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" @@ -50,7 +50,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName(int); + static TQString getGlobalName(int); private: Segment *m_segment; |