diff options
Diffstat (limited to 'src/commands/edit/PasteSegmentsCommand.h')
-rw-r--r-- | src/commands/edit/PasteSegmentsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/PasteSegmentsCommand.h b/src/commands/edit/PasteSegmentsCommand.h index 3f45914..4b0063c 100644 --- a/src/commands/edit/PasteSegmentsCommand.h +++ b/src/commands/edit/PasteSegmentsCommand.h @@ -28,7 +28,7 @@ #include "base/Track.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" #include <klocale.h> @@ -57,7 +57,7 @@ public: virtual ~PasteSegmentsCommand(); - static QString getGlobalName() { return i18n("&Paste"); } + static TQString getGlobalName() { return i18n("&Paste"); } virtual void execute(); virtual void unexecute(); |