summaryrefslogtreecommitdiffstats
path: root/tdesu/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdesu/client.cpp')
-rw-r--r--tdesu/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/client.cpp b/tdesu/client.cpp
index 8cde02067..3ccb30c65 100644
--- a/tdesu/client.cpp
+++ b/tdesu/client.cpp
@@ -447,7 +447,7 @@ int TDEsuClient::startServer()
// connections.
// We start it via tdeinit to make sure that it doesn't inherit
// any fd's from the parent process.
- int ret = kapp->tdeinitExecWait(d->daemon);
+ int ret = tdeApp->tdeinitExecWait(d->daemon);
connect();
return ret;
}