diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:08:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:08:00 -0600 |
commit | b1c5bea50ae48c54b476428a21dfe594916cb6ae (patch) | |
tree | e539752d1770664512c64f03285d40bd2b07b0c8 /plugins/scanfolder | |
parent | 0889370e3050561372c3816dfb2902771ca83765 (diff) | |
download | ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.tar.gz ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'plugins/scanfolder')
-rw-r--r-- | plugins/scanfolder/scanfolderprefpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scanfolder/scanfolderprefpage.cpp b/plugins/scanfolder/scanfolderprefpage.cpp index 177cda5..b8dd406 100644 --- a/plugins/scanfolder/scanfolderprefpage.cpp +++ b/plugins/scanfolder/scanfolderprefpage.cpp @@ -32,7 +32,7 @@ namespace kt ScanFolderPrefPage::ScanFolderPrefPage(ScanFolderPlugin* plugin) : PrefPageInterface(i18n("ScanFolder"), i18n("ScanFolder Options"), - TDEGlobal::iconLoader()->loadIcon("view_sidetree",KIcon::NoGroup)), m_plugin(plugin) + TDEGlobal::iconLoader()->loadIcon("view_sidetree",TDEIcon::NoGroup)), m_plugin(plugin) {} |