summaryrefslogtreecommitdiffstats
path: root/krec/krecexport_wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecexport_wave.h')
-rw-r--r--krec/krecexport_wave.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/krec/krecexport_wave.h b/krec/krecexport_wave.h
index f1336970..664ad35a 100644
--- a/krec/krecexport_wave.h
+++ b/krec/krecexport_wave.h
@@ -22,20 +22,20 @@ class QFile;
class KRecExport_Wave : public KRecExportItem {
Q_OBJECT
public:
- KRecExport_Wave( QObject*, const char* =0, const QStringList& =0 );
+ KRecExport_Wave( TQObject*, const char* =0, const TQStringList& =0 );
~KRecExport_Wave();
KRecExport_Wave* 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;
};
#endif