diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
commit | e654398e46e37abf457b2b1122ab898d2c51c49f (patch) | |
tree | d39ee6440f3c3663c3ead84a2d4cc2d034667e96 /krec/krecexport_wave.h | |
parent | e4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff) | |
download | tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krec/krecexport_wave.h')
-rw-r--r-- | krec/krecexport_wave.h | 10 |
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 |