diff options
Diffstat (limited to 'src/commands/segment/SegmentColourCommand.h')
-rw-r--r-- | src/commands/segment/SegmentColourCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentColourCommand.h b/src/commands/segment/SegmentColourCommand.h index 79b7d3d..6a19d63 100644 --- a/src/commands/segment/SegmentColourCommand.h +++ b/src/commands/segment/SegmentColourCommand.h @@ -28,7 +28,7 @@ #include "base/Segment.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include <klocale.h> @@ -48,7 +48,7 @@ public: const unsigned int index); virtual ~SegmentColourCommand(); - static QString getGlobalName() + static TQString getGlobalName() { return i18n("Change Segment Color..."); } virtual void execute(); |