summaryrefslogtreecommitdiffstats
path: root/katomic/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'katomic/toplevel.cpp')
-rw-r--r--katomic/toplevel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/katomic/toplevel.cpp b/katomic/toplevel.cpp
index e2d9e745..56244c3a 100644
--- a/katomic/toplevel.cpp
+++ b/katomic/toplevel.cpp
@@ -70,12 +70,12 @@ void AtomTopLevel::configopts()
void AtomTopLevel::initConfig()
{
- config = KGlobal::config();
+ config = TDEGlobal::config();
}
void AtomTopLevel::saveConfig()
{
- config = KGlobal::config();
+ config = TDEGlobal::config();
if (settings.changed) {
config->setGroup("Options");