summaryrefslogtreecommitdiffstats
path: root/krec/mp3_export/krecexport_mp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/mp3_export/krecexport_mp3.h')
-rw-r--r--krec/mp3_export/krecexport_mp3.h10
1 files changed, 5 insertions, 5 deletions
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;