diff options
Diffstat (limited to 'src/commands/segment/MoveTracksCommand.h')
-rw-r--r-- | src/commands/segment/MoveTracksCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/MoveTracksCommand.h b/src/commands/segment/MoveTracksCommand.h index e35af5e..b1a72aa 100644 --- a/src/commands/segment/MoveTracksCommand.h +++ b/src/commands/segment/MoveTracksCommand.h @@ -28,7 +28,7 @@ #include "base/Track.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -48,7 +48,7 @@ public: TrackId destTrack); virtual ~MoveTracksCommand(); - static QString getGlobalName() { return i18n("Move Tracks..."); } + static TQString getGlobalName() { return i18n("Move Tracks..."); } virtual void execute(); virtual void unexecute(); |