From ed6d66d4170624a5f83650abc3e4667e1be63e4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:02:13 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/kbfxplasmacanvasitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxplasmacanvasitem.cpp') 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 ); -- cgit v1.2.1