diff options
Diffstat (limited to 'plugins/upnp/upnpprefwidget.h')
-rw-r--r-- | plugins/upnp/upnpprefwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upnp/upnpprefwidget.h b/plugins/upnp/upnpprefwidget.h index 4c2c954..4164943 100644 --- a/plugins/upnp/upnpprefwidget.h +++ b/plugins/upnp/upnpprefwidget.h @@ -44,7 +44,7 @@ namespace kt TQ_OBJECT public: - UPnPPrefWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + UPnPPrefWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); virtual ~UPnPPrefWidget(); void shutdown(bt::WaitJob* job); |