diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 16:12:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 16:12:19 -0600 |
commit | 44c26994c9087200cf941f08df9f77b553a1365e (patch) | |
tree | d44f6b84c9218232ee50a929258431c9eadbc99d /knewsticker/common/newsiconmgr.h | |
parent | 1334b51442f51913f8d8f1e908674bb20a7ab415 (diff) | |
download | tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.tar.gz tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.zip |
Rename kioslaves
Diffstat (limited to 'knewsticker/common/newsiconmgr.h')
-rw-r--r-- | knewsticker/common/newsiconmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/common/newsiconmgr.h b/knewsticker/common/newsiconmgr.h index 2cc90cf2..046632c8 100644 --- a/knewsticker/common/newsiconmgr.h +++ b/knewsticker/common/newsiconmgr.h @@ -53,7 +53,7 @@ class NewsIconMgr : public TQObject, public DCOPObject TQString favicon(const KURL &) const; TQPixmap m_stdIcon; - KIODownloadMap m_kioDownload; + KIODownloadMap m_tdeioDownload; static NewsIconMgr *m_instance; }; |