summaryrefslogtreecommitdiffstats
path: root/amarok/src/lastfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/lastfm.h')
-rw-r--r--amarok/src/lastfm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/lastfm.h b/amarok/src/lastfm.h
index 1bf6d3fb..2f597d0d 100644
--- a/amarok/src/lastfm.h
+++ b/amarok/src/lastfm.h
@@ -34,7 +34,7 @@ class KURL;
class TQSocket;
class TQTimer;
-namespace KIO { class Job; }
+namespace TDEIO { class Job; }
/* AmarokHttp is a hack written so that lastfm code could easily use something proxy aware.
DO NOT use this class for anything else, use KIO directly instead. */
@@ -54,8 +54,8 @@ class AmarokHttp : public TQObject
void requestFinished ( int id, bool error );
protected slots:
- void slotData(KIO::Job*, const TQByteArray& );
- void slotResult(KIO::Job*);
+ void slotData(TDEIO::Job*, const TQByteArray& );
+ void slotResult(TDEIO::Job*);
protected:
TQString m_hostname;
@@ -216,7 +216,7 @@ namespace LastFm
private slots:
void readProxy();
void metaDataFinished( int id, bool error );
- void fetchImageFinished( KIO::Job* );
+ void fetchImageFinished( TDEIO::Job* );
void enableScrobblingFinished( int id, bool error );
void loveFinished( int id, bool error );