summaryrefslogtreecommitdiffstats
path: root/src/part/Config.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:01 -0600
commit40a94e488f56f1e783636b6414da7a3c4cadc86e (patch)
tree97f80ca640805f36d66bc9133baf9916c946a46d /src/part/Config.cpp
parentaeecbb9b93a2ce6139d125f54c0cbec7fce3e8d4 (diff)
downloadfilelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.tar.gz
filelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/part/Config.cpp')
-rw-r--r--src/part/Config.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}