diff options
Diffstat (limited to 'wifi/kwireless/propertytable.h')
-rw-r--r-- | wifi/kwireless/propertytable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h index cad205c5..3d9dbc53 100644 --- a/wifi/kwireless/propertytable.h +++ b/wifi/kwireless/propertytable.h @@ -19,7 +19,7 @@ class TQTimer; class PropertyTable : public PropertyTableBase { - Q_OBJECT + TQ_OBJECT public: PropertyTable(TQWidget *parent = 0, const char* name = 0); @@ -29,7 +29,7 @@ public: class PropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PropertiesDialog(TQWidget *parent = 0, const char *name = 0); |