summaryrefslogtreecommitdiffstats
path: root/plugins/upnp/upnpprefpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/upnp/upnpprefpage.cpp')
-rw-r--r--plugins/upnp/upnpprefpage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/upnp/upnpprefpage.cpp b/plugins/upnp/upnpprefpage.cpp
index dc50c2f..aa7a241 100644
--- a/plugins/upnp/upnpprefpage.cpp
+++ b/plugins/upnp/upnpprefpage.cpp
@@ -43,11 +43,11 @@ namespace kt
return true;
}
- void UPnPPrefPage::createWidget(QWidget* parent)
+ void UPnPPrefPage::createWidget(TQWidget* tqparent)
{
- widget = new UPnPPrefWidget(parent);
- QObject::connect(sock,SIGNAL(discovered(UPnPRouter* )),widget,SLOT(addDevice(UPnPRouter* )));
- QObject::connect(widget,SIGNAL(rescan()),sock,SLOT(discover()));
+ widget = new UPnPPrefWidget(tqparent);
+ TQObject::connect(sock,TQT_SIGNAL(discovered(UPnPRouter* )),widget,TQT_SLOT(addDevice(UPnPRouter* )));
+ TQObject::connect(widget,TQT_SIGNAL(rescan()),sock,TQT_SLOT(discover()));
}
void UPnPPrefPage::deleteWidget()