diff options
Diffstat (limited to 'kweather/weatherlib.h')
-rw-r--r-- | kweather/weatherlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <tqregexp.h> #include <tqdict.h> -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); |