From 40a94e488f56f1e783636b6414da7a3c4cadc86e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:19:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/part/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/Config.cpp') diff --git a/src/part/Config.cpp b/src/part/Config.cpp index f940480..2da592d 100644 --- a/src/part/Config.cpp +++ b/src/part/Config.cpp @@ -20,7 +20,7 @@ TQStringList Config::skipList; inline KConfig& Filelight::Config::kconfig() { - KConfig *config = KGlobal::config(); + KConfig *config = TDEGlobal::config(); config->setGroup( "filelight_part" ); return *config; } -- cgit v1.2.1