diff options
Diffstat (limited to 'plugins/upnp/upnpprefpage.cpp')
-rw-r--r-- | plugins/upnp/upnpprefpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/upnp/upnpprefpage.cpp b/plugins/upnp/upnpprefpage.cpp index aa7a241..bce2285 100644 --- a/plugins/upnp/upnpprefpage.cpp +++ b/plugins/upnp/upnpprefpage.cpp @@ -43,9 +43,9 @@ namespace kt return true; } - void UPnPPrefPage::createWidget(TQWidget* tqparent) + void UPnPPrefPage::createWidget(TQWidget* parent) { - widget = new UPnPPrefWidget(tqparent); + widget = new UPnPPrefWidget(parent); TQObject::connect(sock,TQT_SIGNAL(discovered(UPnPRouter* )),widget,TQT_SLOT(addDevice(UPnPRouter* ))); TQObject::connect(widget,TQT_SIGNAL(rescan()),sock,TQT_SLOT(discover())); } |