summaryrefslogtreecommitdiffstats
path: root/wifi/kwireless/propertytable.h
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/kwireless/propertytable.h')
-rw-r--r--wifi/kwireless/propertytable.h4
1 files changed, 2 insertions, 2 deletions
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: