From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- dcoprss/feedbrowser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dcoprss/feedbrowser.h') diff --git a/dcoprss/feedbrowser.h b/dcoprss/feedbrowser.h index 460e63e7..5d5344ab 100644 --- a/dcoprss/feedbrowser.h +++ b/dcoprss/feedbrowser.h @@ -10,7 +10,7 @@ class DCOPRSSIface : public TQObject, public DCOPObject { K_DCOP Q_OBJECT -// TQ_OBJECT +// public: DCOPRSSIface( TQObject *parent, const char *name = 0 ); @@ -27,7 +27,7 @@ class DCOPRSSIface : public TQObject, public DCOPObject class CategoryItem : public TQObject, public KListViewItem { Q_OBJECT -// TQ_OBJECT +// public: CategoryItem( KListView *parent, const TQString &category ); CategoryItem( KListViewItem *parent, const TQString &category ); @@ -49,7 +49,7 @@ class CategoryItem : public TQObject, public KListViewItem class FeedBrowserDlg : public KDialogBase { Q_OBJECT -// TQ_OBJECT +// friend class CategoryItem; public: FeedBrowserDlg( TQWidget *parent, const char *name = 0 ); -- cgit v1.2.1