diff options
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/client.cpp b/tdesu/client.cpp index 18accc313..cbdc640e6 100644 --- a/tdesu/client.cpp +++ b/tdesu/client.cpp @@ -388,7 +388,7 @@ int KDEsuClient::stopServer() static TQString findDaemon() { TQString daemon = locate("bin", "tdesud"); - if (daemon.isEmpty()) // if not in KDEDIRS, rely on PATH + if (daemon.isEmpty()) // if not in TDEDIRS, rely on PATH daemon = KStandardDirs::findExe("tdesud"); if (daemon.isEmpty()) |