summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:02:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:02:13 -0600
commited6d66d4170624a5f83650abc3e4667e1be63e4c (patch)
tree2caf83656a97c3c58e66cc984532213eecbec461 /src/kbfxplasmacanvasitem.cpp
parent5c2673b2c03a832bef135b4361e03fb87cd5ce6f (diff)
downloadkbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.tar.gz
kbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.zip
Rename KIcon to enhance compatibility with KDE4
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 );