From 9ea931fb1bda0802797c1d38fd903b5451b91a5a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:58 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kweather/weatherlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/weatherlib.h') diff --git a/kweather/weatherlib.h b/kweather/weatherlib.h index 1f82ada..2e5f8b3 100644 --- a/kweather/weatherlib.h +++ b/kweather/weatherlib.h @@ -22,7 +22,7 @@ #include #include -namespace KIO +namespace TDEIO { class Job; } @@ -67,7 +67,7 @@ class WeatherLib : public TQObject void stationRemoved(const TQString &stationID); private slots: - void slotCopyDone(KIO::Job*); + void slotCopyDone(TDEIO::Job*); private: Data* findData(const TQString &stationID); -- cgit v1.2.1