From f2bfcad7ffdd09911f282afe2a2051b3708601c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:16:51 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- tdeutils/kpluginselector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeutils/kpluginselector.cpp') diff --git a/tdeutils/kpluginselector.cpp b/tdeutils/kpluginselector.cpp index 501a124a3..5747df7c4 100644 --- a/tdeutils/kpluginselector.cpp +++ b/tdeutils/kpluginselector.cpp @@ -207,7 +207,7 @@ void KPluginSelectionWidget::init( const TQValueList & plugininfos { TQCheckListItem * item = new KPluginInfoLVI( *it, listview ); if( ! ( *it )->icon().isEmpty() ) - item->setPixmap( 0, SmallIcon( ( *it )->icon(), IconSize( KIcon::Small ) ) ); + item->setPixmap( 0, SmallIcon( ( *it )->icon(), IconSize( TDEIcon::Small ) ) ); item->setOn( ( *it )->isPluginEnabled() ); d->pluginInfoMap.insert( item, *it ); } -- cgit v1.2.1