summaryrefslogtreecommitdiffstats
path: root/src/commands/segment/SegmentCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/segment/SegmentCommand.h')
-rw-r--r--src/commands/segment/SegmentCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentCommand.h b/src/commands/segment/SegmentCommand.h
index da28a04..45865a1 100644
--- a/src/commands/segment/SegmentCommand.h
+++ b/src/commands/segment/SegmentCommand.h
@@ -27,7 +27,7 @@
#define _RG_SEGMENTCOMMAND_H_
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <vector>
@@ -45,7 +45,7 @@ class Segment;
class SegmentCommand : public KNamedCommand
{
public:
- SegmentCommand(QString name, const std::vector<Segment*>&);
+ SegmentCommand(TQString name, const std::vector<Segment*>&);
typedef std::vector<Segment*> segmentlist;