diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /dcoprss/feedbrowser.h | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'dcoprss/feedbrowser.h')
-rw-r--r-- | dcoprss/feedbrowser.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |