From 3b1d37c35906b297d1fd9c3660615417d97008f3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:09:28 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- systemsettings/kcmultiwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemsettings/kcmultiwidget.cpp') diff --git a/systemsettings/kcmultiwidget.cpp b/systemsettings/kcmultiwidget.cpp index 7c61cfe..d5b308a 100644 --- a/systemsettings/kcmultiwidget.cpp +++ b/systemsettings/kcmultiwidget.cpp @@ -256,13 +256,13 @@ void KCMultiWidget::addModule(const TDECModuleInfo& moduleinfo, parentmodulenames += moduleinfo.moduleName(); page = addHBoxPage( parentmodulenames, moduleinfo.comment(), SmallIcon( moduleinfo.icon(), - IconSize( KIcon::Small ) ) ); + IconSize( TDEIcon::Small ) ) ); break; case Tabbed: case IconList: page = addHBoxPage( moduleinfo.moduleName(), moduleinfo.comment(), DesktopIcon( moduleinfo.icon(), - KIcon::SizeMedium ) ); + TDEIcon::SizeMedium ) ); break; case Plain: page = plainPage(); -- cgit v1.2.1