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 --- wifi/kwireless/propertytable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi/kwireless/propertytable.h') diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h index 81169018..cad205c5 100644 --- a/wifi/kwireless/propertytable.h +++ b/wifi/kwireless/propertytable.h @@ -20,7 +20,7 @@ class TQTimer; class PropertyTable : public PropertyTableBase { Q_OBJECT - TQ_OBJECT + public: PropertyTable(TQWidget *parent = 0, const char* name = 0); ~PropertyTable(); @@ -30,7 +30,7 @@ public: class PropertiesDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PropertiesDialog(TQWidget *parent = 0, const char *name = 0); protected: -- cgit v1.2.1