From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- akregator/src/feedlistview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/feedlistview.h') diff --git a/akregator/src/feedlistview.h b/akregator/src/feedlistview.h index 8d4394e1..8a4cd775 100644 --- a/akregator/src/feedlistview.h +++ b/akregator/src/feedlistview.h @@ -39,7 +39,7 @@ class TagNodeList; class NodeListView : public KListView { Q_OBJECT - TQ_OBJECT + public: NodeListView( TQWidget *parent = 0, const char *name = 0 ); virtual ~NodeListView(); @@ -193,7 +193,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) {} virtual ~TagNodeListView() {} -- cgit v1.2.3