summaryrefslogtreecommitdiffstats
path: root/knewsticker/common/newsiconmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/common/newsiconmgr.h')
-rw-r--r--knewsticker/common/newsiconmgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knewsticker/common/newsiconmgr.h b/knewsticker/common/newsiconmgr.h
index 2c351b83..f2997479 100644
--- a/knewsticker/common/newsiconmgr.h
+++ b/knewsticker/common/newsiconmgr.h
@@ -21,7 +21,7 @@
class DCOPClient;
struct KIODownload;
-typedef TQMap<KIO::Job *, KIODownload> KIODownloadMap;
+typedef TQMap<TDEIO::Job *, KIODownload> KIODownloadMap;
class NewsIconMgr : public TQObject, public DCOPObject
{
@@ -46,8 +46,8 @@ class NewsIconMgr : public TQObject, public DCOPObject
~NewsIconMgr();
private slots:
- void slotData(KIO::Job *, const TQByteArray &);
- void slotResult(KIO::Job *);
+ void slotData(TDEIO::Job *, const TQByteArray &);
+ void slotResult(TDEIO::Job *);
private:
TQString favicon(const KURL &) const;