diff options
Diffstat (limited to 'src/kbfxplasmaindexitem.cpp')
-rw-r--r-- | src/kbfxplasmaindexitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxplasmaindexitem.cpp b/src/kbfxplasmaindexitem.cpp index 55c4642..08d3a73 100644 --- a/src/kbfxplasmaindexitem.cpp +++ b/src/kbfxplasmaindexitem.cpp @@ -44,8 +44,8 @@ KbfxPlasmaIndexItem::~KbfxPlasmaIndexItem() void KbfxPlasmaIndexItem::setIcon ( TQString str ) { - KIconLoader *iconload = TDEGlobal::iconLoader (); - m_iconPath = iconload->iconPath ( str, KIcon::Desktop, false ); + TDEIconLoader *iconload = TDEGlobal::iconLoader (); + m_iconPath = iconload->iconPath ( str, TDEIcon::Desktop, false ); m_icon.load ( m_iconPath ); } |