diff options
Diffstat (limited to 'src/commands/segment/SegmentColourMapCommand.h')
-rw-r--r-- | src/commands/segment/SegmentColourMapCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentColourMapCommand.h b/src/commands/segment/SegmentColourMapCommand.h index 257cdce..5adb533 100644 --- a/src/commands/segment/SegmentColourMapCommand.h +++ b/src/commands/segment/SegmentColourMapCommand.h @@ -29,7 +29,7 @@ #include "base/ColourMap.h" #include "base/Segment.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -48,7 +48,7 @@ public: const ColourMap& map); virtual ~SegmentColourMapCommand(); - static QString getGlobalName() + static TQString getGlobalName() { return i18n("Change Segment Color Map..."); } virtual void execute(); |