From 5443f402bbfcf7f9c392bcbb0108ee074551f982 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- kspy/classinfoview.h | 2 +- kspy/navview.h | 2 +- kspy/propsview.h | 2 +- kspy/receiversview.h | 2 +- kspy/sigslotview.h | 2 +- kspy/spy.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kspy') diff --git a/kspy/classinfoview.h b/kspy/classinfoview.h index 6b10a8f7..80ff0f0c 100644 --- a/kspy/classinfoview.h +++ b/kspy/classinfoview.h @@ -27,7 +27,7 @@ class ClassInfoView : public KListView { Q_OBJECT - TQ_OBJECT + public: ClassInfoView(TQWidget *parent=0, const char *name=0); ~ClassInfoView(); diff --git a/kspy/navview.h b/kspy/navview.h index ff6a0571..f90f709f 100644 --- a/kspy/navview.h +++ b/kspy/navview.h @@ -29,7 +29,7 @@ class NavViewItem; class NavView : public KListView { Q_OBJECT - TQ_OBJECT + public: NavView( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kspy/propsview.h b/kspy/propsview.h index acf8a44d..3242069c 100644 --- a/kspy/propsview.h +++ b/kspy/propsview.h @@ -27,7 +27,7 @@ class PropsView : public KListView { Q_OBJECT - TQ_OBJECT + public: PropsView(TQWidget *parent=0, const char *name=0); ~PropsView(); diff --git a/kspy/receiversview.h b/kspy/receiversview.h index a0498b67..cb60ff90 100644 --- a/kspy/receiversview.h +++ b/kspy/receiversview.h @@ -27,7 +27,7 @@ class ReceiversView : public KListView { Q_OBJECT - TQ_OBJECT + public: ReceiversView(TQWidget *parent=0, const char *name=0); ~ReceiversView(); diff --git a/kspy/sigslotview.h b/kspy/sigslotview.h index cd2bd97b..c0f15da7 100644 --- a/kspy/sigslotview.h +++ b/kspy/sigslotview.h @@ -27,7 +27,7 @@ class SigSlotView : public KListView { Q_OBJECT - TQ_OBJECT + public: SigSlotView(TQWidget *parent=0, const char *name=0); ~SigSlotView(); diff --git a/kspy/spy.h b/kspy/spy.h index f745ac35..ec68b6d0 100644 --- a/kspy/spy.h +++ b/kspy/spy.h @@ -37,7 +37,7 @@ class ClassInfoView; class Spy : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Spy( TQWidget *parent = 0, const char *name = 0 ); -- cgit v1.2.1