Rename KDEsu->TDEsu to provide consistency with previous renamings.

This relates to bug report 1707.
pull/1/head
Darrell Anderson 11 years ago
parent 0b4a586656
commit 3ffa46979f

@ -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";

Loading…
Cancel
Save