summaryrefslogtreecommitdiffstats
path: root/wifi/kwireless/propertytable.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /wifi/kwireless/propertytable.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz
tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi/kwireless/propertytable.h')
-rw-r--r--wifi/kwireless/propertytable.h12
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);
};