From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kicker/libkicker/simplebutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/libkicker/simplebutton.cpp') diff --git a/kicker/libkicker/simplebutton.cpp b/kicker/libkicker/simplebutton.cpp index 178277c25..87fd17200 100644 --- a/kicker/libkicker/simplebutton.cpp +++ b/kicker/libkicker/simplebutton.cpp @@ -172,7 +172,7 @@ void SimpleButton::slotSettingsChanged(int category) bool changeCursor; if (m_forceStandardCursor == FALSE) - changeCursor = KGlobalSettings::changeCursorOverIcon(); + changeCursor = TDEGlobalSettings::changeCursorOverIcon(); else changeCursor = FALSE; -- cgit v1.2.3