diff options
Diffstat (limited to 'src/commands/segment/SegmentJoinCommand.h')
-rw-r--r-- | src/commands/segment/SegmentJoinCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentJoinCommand.h b/src/commands/segment/SegmentJoinCommand.h index 97c7924..f7e6907 100644 --- a/src/commands/segment/SegmentJoinCommand.h +++ b/src/commands/segment/SegmentJoinCommand.h @@ -27,7 +27,7 @@ #define _RG_SEGMENTJOINCOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include <klocale.h> @@ -50,7 +50,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName() { return i18n("&Join"); } + static TQString getGlobalName() { return i18n("&Join"); } private: std::vector<Segment *> m_oldSegments; |