diff options
Diffstat (limited to 'src/commands/segment/SegmentCommand.cpp')
-rw-r--r-- | src/commands/segment/SegmentCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentCommand.cpp b/src/commands/segment/SegmentCommand.cpp index 68ff846..7e9c3ab 100644 --- a/src/commands/segment/SegmentCommand.cpp +++ b/src/commands/segment/SegmentCommand.cpp @@ -26,13 +26,13 @@ #include "SegmentCommand.h" #include "base/Segment.h" -#include <qstring.h> +#include <tqstring.h> namespace Rosegarden { -SegmentCommand::SegmentCommand(QString name, const std::vector<Segment*>& segments) +SegmentCommand::SegmentCommand(TQString name, const std::vector<Segment*>& segments) : KNamedCommand(name) { m_segments.resize(segments.size()); |