diff options
Diffstat (limited to 'src/kbfxplasmacanvasitem.cpp')
-rw-r--r-- | src/kbfxplasmacanvasitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasitem.cpp b/src/kbfxplasmacanvasitem.cpp index 62b75c6..d552578 100644 --- a/src/kbfxplasmacanvasitem.cpp +++ b/src/kbfxplasmacanvasitem.cpp @@ -132,7 +132,7 @@ KbfxPlasmaCanvasItem::setExec ( TQString desktopfile ) void KbfxPlasmaCanvasItem::setIconPath ( TQString str ) { - KIconLoader *iconload = KGlobal::iconLoader (); + KIconLoader *iconload = TDEGlobal::iconLoader (); m_iconPath = iconload->iconPath ( str, KIcon::Desktop, false ); // m_icon.load(m_iconPath); TQImage _img ( m_iconPath ); |