diff options
Diffstat (limited to 'src/commands/segment/SegmentReconfigureCommand.h')
-rw-r--r-- | src/commands/segment/SegmentReconfigureCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentReconfigureCommand.h b/src/commands/segment/SegmentReconfigureCommand.h index be82e47..ec35725 100644 --- a/src/commands/segment/SegmentReconfigureCommand.h +++ b/src/commands/segment/SegmentReconfigureCommand.h @@ -28,7 +28,7 @@ #include "base/Track.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" @@ -48,7 +48,7 @@ class Segment; class SegmentReconfigureCommand : public KNamedCommand { public: - SegmentReconfigureCommand(QString name); + SegmentReconfigureCommand(TQString name); virtual ~SegmentReconfigureCommand(); struct SegmentRec { |