summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:20:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:20:01 -0600
commit69f1eaa31f6b96de636583c19d283f4e657d5c40 (patch)
tree02370f7430cfbfd3fe35250bede9bd07651aac9d /src/kbfxplasmacanvasitem.cpp
parent5fb97907dcc15645d95f5ad0a987cd4f5e52a68f (diff)
downloadkbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.tar.gz
kbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kbfxplasmacanvasitem.cpp')
-rw-r--r--src/kbfxplasmacanvasitem.cpp2
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 );