summaryrefslogtreecommitdiffstats
path: root/akregator/src/feedlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feedlistview.h')
-rw-r--r--akregator/src/feedlistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/feedlistview.h b/akregator/src/feedlistview.h
index 28d79d090..d7aff329c 100644
--- a/akregator/src/feedlistview.h
+++ b/akregator/src/feedlistview.h
@@ -38,7 +38,7 @@ class TagNodeList;
class NodeListView : public TDEListView
{
-Q_OBJECT
+TQ_OBJECT
public:
NodeListView( TQWidget *parent = 0, const char *name = 0 );
@@ -192,7 +192,7 @@ public: // compat with KDE-3.x assertions, remove for KDE 4
class TagNodeListView : public NodeListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagNodeListView(TQWidget *parent = 0, const char *name = 0) {}