From 99cc03399059853dd8699cae5752e8122cb715f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:10:38 -0600 Subject: Rename KDEHOME and KDEDIR --- tdesu/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu') 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()) -- cgit v1.2.3