diff options
Diffstat (limited to 'src/commands/segment/AudioSegmentDistributeCommand.h')
-rw-r--r-- | src/commands/segment/AudioSegmentDistributeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/AudioSegmentDistributeCommand.h b/src/commands/segment/AudioSegmentDistributeCommand.h index d325daf..940fc66 100644 --- a/src/commands/segment/AudioSegmentDistributeCommand.h +++ b/src/commands/segment/AudioSegmentDistributeCommand.h @@ -28,7 +28,7 @@ #include "base/Selection.h" #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include <klocale.h> @@ -62,7 +62,7 @@ public: virtual ~AudioSegmentDistributeCommand(); - static QString getGlobalName() + static TQString getGlobalName() { return i18n("Distribute Audio Segments over MIDI"); } |