diff options
Diffstat (limited to 'wifi/kwireless/propertytable.h')
-rw-r--r-- | wifi/kwireless/propertytable.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h index 3b95dacf..f71f9f6b 100644 --- a/wifi/kwireless/propertytable.h +++ b/wifi/kwireless/propertytable.h @@ -20,8 +20,9 @@ class TQTimer; class PropertyTable : public PropertyTableBase { Q_OBJECT + TQ_OBJECT public: - PropertyTable(TQWidget *parent = 0, const char* name = 0); + PropertyTable(TQWidget *tqparent = 0, const char* name = 0); ~PropertyTable(); }; @@ -29,8 +30,9 @@ public: class PropertiesDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - PropertiesDialog(TQWidget *parent = 0, const char *name = 0); + PropertiesDialog(TQWidget *tqparent = 0, const char *name = 0); protected: PropertyTable *table; TQPtrList<DeviceInfo> *info; |