summaryrefslogtreecommitdiffstats
path: root/plugins/upnp/upnpplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:08:00 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:08:00 -0600
commitb1c5bea50ae48c54b476428a21dfe594916cb6ae (patch)
treee539752d1770664512c64f03285d40bd2b07b0c8 /plugins/upnp/upnpplugin.cpp
parent0889370e3050561372c3816dfb2902771ca83765 (diff)
downloadktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.tar.gz
ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'plugins/upnp/upnpplugin.cpp')
-rw-r--r--plugins/upnp/upnpplugin.cpp2
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);