diff options
Diffstat (limited to 'knewsticker/common/xmlnewsaccess.h')
-rw-r--r-- | knewsticker/common/xmlnewsaccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker/common/xmlnewsaccess.h b/knewsticker/common/xmlnewsaccess.h index 2a14208e..4af60fcf 100644 --- a/knewsticker/common/xmlnewsaccess.h +++ b/knewsticker/common/xmlnewsaccess.h @@ -76,8 +76,8 @@ class XMLNewsSource : public TQObject TQString m_description; private slots: - void slotData(KIO::Job *, const TQByteArray &); - void slotResult(KIO::Job *); + void slotData(TDEIO::Job *, const TQByteArray &); + void slotResult(TDEIO::Job *); private: XMLNewsArticle::List m_articles; |