diff options
Diffstat (limited to 'kontact/src/iconsidepane.cpp')
-rw-r--r-- | kontact/src/iconsidepane.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/src/iconsidepane.cpp b/kontact/src/iconsidepane.cpp index 6c490880c..581a91b96 100644 --- a/kontact/src/iconsidepane.cpp +++ b/kontact/src/iconsidepane.cpp @@ -112,10 +112,10 @@ void EntryItem::reloadPixmap() int size = (int)navigator()->viewMode(); if ( size != 0 ) mPixmap = TDEGlobal::iconLoader()->loadIcon( mPlugin->icon(), - KIcon::Desktop, size, + TDEIcon::Desktop, size, mPlugin->disabled() ? - KIcon::DisabledState - : KIcon::DefaultState); + TDEIcon::DisabledState + : TDEIcon::DefaultState); else mPixmap = TQPixmap(); } |