summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdessh/tdessh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdessh/tdessh.cpp b/tdessh/tdessh.cpp
index 593a0fd..d178f4d 100644
--- a/tdessh/tdessh.cpp
+++ b/tdessh/tdessh.cpp
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
// Stop daemon and exit?
if (args->isSet("q"))
{
- KDEsuClient client;
+ TDEsuClient client;
if (client.ping() == -1)
{
kdError(1511) << "Daemon not running -- nothing to stop\n";
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
// Check for daemon and start if necessary
bool have_daemon = true;
- KDEsuClient client;
+ TDEsuClient client;
if (!client.isServerSGID())
{
kdWarning(1511) << "Daemon not safe (not sgid), not using it.\n";