summaryrefslogtreecommitdiffstats
path: root/kinit/klauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kinit/klauncher.cpp')
-rw-r--r--kinit/klauncher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/klauncher.cpp b/kinit/klauncher.cpp
index 15a0882fe..3f5510ea0 100644
--- a/kinit/klauncher.cpp
+++ b/kinit/klauncher.cpp
@@ -396,7 +396,7 @@ KLauncher::process(const TQCString &fun, const TQByteArray &data,
}
else if (fun == "reparseConfiguration()")
{
- KGlobal::config()->reparseConfiguration();
+ TDEGlobal::config()->reparseConfiguration();
kdDebug(7016) << "KLauncher::process : reparseConfiguration" << endl;
KProtocolManager::reparseConfiguration();
IdleSlave *slave;