diff options
Diffstat (limited to 'plugins/upnp/upnpplugin.cpp')
-rw-r--r-- | plugins/upnp/upnpplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upnp/upnpplugin.cpp b/plugins/upnp/upnpplugin.cpp index b2195d6..aa5773a 100644 --- a/plugins/upnp/upnpplugin.cpp +++ b/plugins/upnp/upnpplugin.cpp @@ -59,7 +59,7 @@ namespace kt void UPnPPlugin::load() { - //KIconLoader* iload = TDEGlobal::iconLoader(); + //TDEIconLoader* iload = TDEGlobal::iconLoader(); sock = new UPnPMCastSocket(); pref = new UPnPPrefPage(sock); this->getGUI()->addPrefPage(pref); |