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/krecexport_wave.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'krec/krecexport_wave.h') 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 -- cgit v1.2.1