diff options
Diffstat (limited to 'wifi/kwireless/propertytable.cpp')
-rw-r--r-- | wifi/kwireless/propertytable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wifi/kwireless/propertytable.cpp b/wifi/kwireless/propertytable.cpp index fb32d938..afbd8115 100644 --- a/wifi/kwireless/propertytable.cpp +++ b/wifi/kwireless/propertytable.cpp @@ -43,10 +43,10 @@ PropertiesDialog::PropertiesDialog(TQWidget *parent, const char *name) table->table->setReadOnly(true); adjustSize(); timer = new TQTimer(this); - connect(timer, TQT_SIGNAL(timeout()), TQT_SLOT(timeout())); + connect(timer, TQ_SIGNAL(timeout()), TQ_SLOT(timeout())); timer->start(3000, false); - connect(table->cbDeviceSelector, TQT_SIGNAL(activated(int)), - TQT_SLOT(selected(int))); + connect(table->cbDeviceSelector, TQ_SIGNAL(activated(int)), + TQ_SLOT(selected(int))); } void PropertiesDialog::update(TQPtrList<DeviceInfo> *_info) |