summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxplasmacanvasitem.cpp')
-rw-r--r--src/kbfxplasmacanvasitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxplasmacanvasitem.cpp b/src/kbfxplasmacanvasitem.cpp
index d552578..0c6eb76 100644
--- a/src/kbfxplasmacanvasitem.cpp
+++ b/src/kbfxplasmacanvasitem.cpp
@@ -132,8 +132,8 @@ KbfxPlasmaCanvasItem::setExec ( TQString desktopfile )
void
KbfxPlasmaCanvasItem::setIconPath ( 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);
TQImage _img ( m_iconPath );