diff options
Diffstat (limited to 'src/commands/segment/SegmentAutoSplitCommand.h')
-rw-r--r-- | src/commands/segment/SegmentAutoSplitCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/segment/SegmentAutoSplitCommand.h b/src/commands/segment/SegmentAutoSplitCommand.h index a7e54c7..a9e03f2 100644 --- a/src/commands/segment/SegmentAutoSplitCommand.h +++ b/src/commands/segment/SegmentAutoSplitCommand.h @@ -27,7 +27,7 @@ #define _RG_SEGMENTAUTOSPLITCOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include <vector> #include <klocale.h> @@ -50,7 +50,7 @@ public: virtual void execute(); virtual void unexecute(); - static QString getGlobalName() { return i18n("&Split on Silence"); } + static TQString getGlobalName() { return i18n("&Split on Silence"); } private: Segment *m_segment; |