summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/wavecapture/wavecapture.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/wavecapture/wavecapture.h')
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index f5d894f..06adddb 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -28,7 +28,7 @@
class QTimer;
namespace KIO { class Job; }
-class WaveCapture : public QObject, public Plugin
+class WaveCapture : public TQObject, public Plugin
{
Q_OBJECT
NOATUNPLUGIND
@@ -63,7 +63,7 @@ private:
long _id;
std::string _filename;
- QTimer* _timer;
+ TQTimer* _timer;
KIO::Job* m_job;
};