From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/mp3_export/krecexport_mp3.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'krec/mp3_export/krecexport_mp3.h') diff --git a/krec/mp3_export/krecexport_mp3.h b/krec/mp3_export/krecexport_mp3.h index 8bf243b3..baa40914 100644 --- a/krec/mp3_export/krecexport_mp3.h +++ b/krec/mp3_export/krecexport_mp3.h @@ -24,20 +24,20 @@ class QFile; class KRecExport_MP3 : public KRecExportItem { Q_OBJECT public: - KRecExport_MP3( QObject*, const char* =0, const QStringList& =0 ); + KRecExport_MP3( TQObject*, const char* =0, const TQStringList& =0 ); ~KRecExport_MP3(); KRecExport_MP3* newItem(); - QStringList extensions(); - QString exportFormat() { return QString( "Wave" ); } + TQStringList extensions(); + TQString exportFormat() { return TQString( "Wave" ); } public slots: - bool initialize( const QString & ); + bool initialize( const TQString & ); bool process(); bool finalize(); private: - QFile* _file; + TQFile* _file; // Lame MP3 encoder void setLameParameters(); lame_global_flags *gfp; -- cgit v1.2.1