diff options
Diffstat (limited to 'knewsticker/common')
-rw-r--r-- | knewsticker/common/newsengine.cpp | 4 | ||||
-rw-r--r-- | knewsticker/common/newsiconmgr.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/knewsticker/common/newsengine.cpp b/knewsticker/common/newsengine.cpp index ef1e5f81..398e2f40 100644 --- a/knewsticker/common/newsengine.cpp +++ b/knewsticker/common/newsengine.cpp @@ -23,10 +23,10 @@ #include <tqbuffer.h> -Article::Article(NewsSourceBase *tqparent, const TQString &headline, +Article::Article(NewsSourceBase *parent, const TQString &headline, const KURL &address) : XMLNewsArticle(headline, address), - m_parent(tqparent), + m_parent(parent), m_read(false) { } diff --git a/knewsticker/common/newsiconmgr.cpp b/knewsticker/common/newsiconmgr.cpp index 59044942..b4a8ab67 100644 --- a/knewsticker/common/newsiconmgr.cpp +++ b/knewsticker/common/newsiconmgr.cpp @@ -37,8 +37,8 @@ NewsIconMgr *NewsIconMgr::self() return m_instance; } -NewsIconMgr::NewsIconMgr(TQObject *tqparent, const char *name) - : TQObject(tqparent, name), DCOPObject("NewsIconMgr"), +NewsIconMgr::NewsIconMgr(TQObject *parent, const char *name) + : TQObject(parent, name), DCOPObject("NewsIconMgr"), m_stdIcon(SmallIcon(TQString::tqfromLatin1("news"))) { connectDCOPSignal("kded", |