diff options
Diffstat (limited to 'wifi/kwireless/propertytable.h')
-rw-r--r-- | wifi/kwireless/propertytable.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h index 4eadc78a..b8b7f004 100644 --- a/wifi/kwireless/propertytable.h +++ b/wifi/kwireless/propertytable.h @@ -11,7 +11,7 @@ #define KWIRELESS_PROPERTYTABLE_H #include <kdialogbase.h> -#include <qptrlist.h> +#include <tqptrlist.h> #include "propertytablebase.h" class DeviceInfo; @@ -21,7 +21,7 @@ class PropertyTable : public PropertyTableBase { Q_OBJECT public: - PropertyTable(QWidget *parent = 0, const char* name = 0); + PropertyTable(TQWidget *parent = 0, const char* name = 0); ~PropertyTable(); }; @@ -30,14 +30,14 @@ class PropertiesDialog : public KDialogBase { Q_OBJECT public: - PropertiesDialog(QWidget *parent = 0, const char *name = 0); + PropertiesDialog(TQWidget *parent = 0, const char *name = 0); protected: PropertyTable *table; - QPtrList<DeviceInfo> *info; + TQPtrList<DeviceInfo> *info; bool wait; - QTimer *timer; + TQTimer *timer; public slots: - void update(QPtrList<DeviceInfo> *); + void update(TQPtrList<DeviceInfo> *); void timeout(); void selected(int); }; |