From b9e542d0c805e9adee3a67e44532d5321032e21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- lib/util/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/settings.cpp') diff --git a/lib/util/settings.cpp b/lib/util/settings.cpp index c9087942..90af2b1c 100644 --- a/lib/util/settings.cpp +++ b/lib/util/settings.cpp @@ -23,7 +23,7 @@ TQString Settings::terminalEmulatorName( KConfig & config ) if ( useKDESetting ) { - KConfigGroup confGroup( KGlobal::config(), TQString::fromLatin1("General") ); + KConfigGroup confGroup( TDEGlobal::config(), TQString::fromLatin1("General") ); terminal = confGroup.readEntry("TerminalApplication", TQString::fromLatin1("konsole")); } else -- cgit v1.2.3