summaryrefslogtreecommitdiffstats
path: root/knewsticker/common
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/common')
-rw-r--r--knewsticker/common/newsengine.h6
-rw-r--r--knewsticker/common/newsiconmgr.h2
-rw-r--r--knewsticker/common/xmlnewsaccess.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/knewsticker/common/newsengine.h b/knewsticker/common/newsengine.h
index 81d2be81..38b72ff4 100644
--- a/knewsticker/common/newsengine.h
+++ b/knewsticker/common/newsengine.h
@@ -60,7 +60,7 @@ class KDE_EXPORT Article : public XMLNewsArticle, public TDEShared
class KDE_EXPORT NewsSourceBase : public XMLNewsSource, public TDEShared
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -135,7 +135,7 @@ class KDE_EXPORT NewsSourceBase : public XMLNewsSource, public TDEShared
class KDE_EXPORT SourceFileNewsSource : public NewsSourceBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -174,7 +174,7 @@ class KDE_EXPORT SourceFileNewsSource : public NewsSourceBase
class KDE_EXPORT ProgramNewsSource : public NewsSourceBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/knewsticker/common/newsiconmgr.h b/knewsticker/common/newsiconmgr.h
index 046632c8..b7947245 100644
--- a/knewsticker/common/newsiconmgr.h
+++ b/knewsticker/common/newsiconmgr.h
@@ -25,7 +25,7 @@ typedef TQMap<TDEIO::Job *, KIODownload> KIODownloadMap;
class NewsIconMgr : public TQObject, public DCOPObject
{
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP
diff --git a/knewsticker/common/xmlnewsaccess.h b/knewsticker/common/xmlnewsaccess.h
index 954727c3..b195ecba 100644
--- a/knewsticker/common/xmlnewsaccess.h
+++ b/knewsticker/common/xmlnewsaccess.h
@@ -51,7 +51,7 @@ class XMLNewsArticle
class XMLNewsSource : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: