From 69f1eaa31f6b96de636583c19d283f4e657d5c40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/kbfxplasmaindexitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kbfxplasmaindexitem.cpp') diff --git a/src/kbfxplasmaindexitem.cpp b/src/kbfxplasmaindexitem.cpp index b7a37fd..55c4642 100644 --- a/src/kbfxplasmaindexitem.cpp +++ b/src/kbfxplasmaindexitem.cpp @@ -44,7 +44,7 @@ KbfxPlasmaIndexItem::~KbfxPlasmaIndexItem() void KbfxPlasmaIndexItem::setIcon ( TQString str ) { - KIconLoader *iconload = KGlobal::iconLoader (); + KIconLoader *iconload = TDEGlobal::iconLoader (); m_iconPath = iconload->iconPath ( str, KIcon::Desktop, false ); m_icon.load ( m_iconPath ); -- cgit v1.2.3