diff options
Diffstat (limited to 'tdesu/client.cpp')
-rw-r--r-- | tdesu/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesu/client.cpp b/tdesu/client.cpp index cbdc640e6..91e922250 100644 --- a/tdesu/client.cpp +++ b/tdesu/client.cpp @@ -32,7 +32,7 @@ #include <kdebug.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kde_file.h> #include "client.h" @@ -389,7 +389,7 @@ static TQString findDaemon() { TQString daemon = locate("bin", "tdesud"); if (daemon.isEmpty()) // if not in TDEDIRS, rely on PATH - daemon = KStandardDirs::findExe("tdesud"); + daemon = TDEStandardDirs::findExe("tdesud"); if (daemon.isEmpty()) { |