From 3ffa46979f63d7343c5e53d2dd3059ff42c613ca Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 24 Nov 2013 17:51:10 -0600 Subject: [PATCH] Rename KDEsu->TDEsu to provide consistency with previous renamings. This relates to bug report 1707. --- tdessh/tdessh.cpp | 4 ++-- 1 file 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";