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 --- kcontrol/locale/toplevel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kcontrol/locale/toplevel.cpp') diff --git a/kcontrol/locale/toplevel.cpp b/kcontrol/locale/toplevel.cpp index f561ecaf6..5df0f5eb7 100644 --- a/kcontrol/locale/toplevel.cpp +++ b/kcontrol/locale/toplevel.cpp @@ -172,8 +172,8 @@ void KLocaleApplication::load( bool useDefaults ) void KLocaleApplication::save() { // temperary use of our locale as the global locale - KLocale *lsave = KGlobal::_locale; - KGlobal::_locale = m_locale; + KLocale *lsave = TDEGlobal::_locale; + TDEGlobal::_locale = m_locale; KMessageBox::information(this, m_locale->translate ("Changed language settings apply only to " "newly started applications.\nTo change the " @@ -182,9 +182,9 @@ void KLocaleApplication::save() m_locale->translate("Applying Language Settings"), TQString::fromLatin1("LanguageChangesApplyOnlyToNewlyStartedPrograms")); // restore the old global locale - KGlobal::_locale = lsave; + TDEGlobal::_locale = lsave; - KConfig *config = KGlobal::config(); + KConfig *config = TDEGlobal::config(); KConfigGroupSaver saver(config, "Locale"); // ##### this doesn't make sense -- cgit v1.2.1