From 20de04ce44f63fb911103d7870d39d2782d14cda Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- noatun-plugins/wavecapture/wavecapture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun-plugins/wavecapture/wavecapture.h') diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h index 28a2a1d..da979ad 100644 --- a/noatun-plugins/wavecapture/wavecapture.h +++ b/noatun-plugins/wavecapture/wavecapture.h @@ -26,7 +26,7 @@ #include class TQTimer; -namespace KIO { class Job; } +namespace TDEIO { class Job; } class WaveCapture : public TQObject, public Plugin { @@ -47,7 +47,7 @@ protected slots: void playing(); void paused(); void saveAs(); - void copyFinished( KIO::Job* ); + void copyFinished( TDEIO::Job* ); private: void start(); @@ -65,7 +65,7 @@ private: std::string _filename; TQTimer* _timer; - KIO::Job* m_job; + TDEIO::Job* m_job; }; #endif -- cgit v1.2.1