diff options
Diffstat (limited to 'src/commands/segment/SegmentReconfigureCommand.cpp')
-rw-r--r-- | src/commands/segment/SegmentReconfigureCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentReconfigureCommand.cpp b/src/commands/segment/SegmentReconfigureCommand.cpp index ec9d1bd..183b4ac 100644 --- a/src/commands/segment/SegmentReconfigureCommand.cpp +++ b/src/commands/segment/SegmentReconfigureCommand.cpp @@ -27,13 +27,13 @@ #include "base/Segment.h" #include "base/Track.h" -#include <qstring.h> +#include <tqstring.h> namespace Rosegarden { -SegmentReconfigureCommand::SegmentReconfigureCommand(QString name) : +SegmentReconfigureCommand::SegmentReconfigureCommand(TQString name) : KNamedCommand(name) {} |