summaryrefslogtreecommitdiffstats
path: root/tdeutils/tdecmoduleproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeutils/tdecmoduleproxy.cpp')
-rw-r--r--tdeutils/tdecmoduleproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/tdecmoduleproxy.cpp b/tdeutils/tdecmoduleproxy.cpp
index d124db091..473b8a667 100644
--- a/tdeutils/tdecmoduleproxy.cpp
+++ b/tdeutils/tdecmoduleproxy.cpp
@@ -355,7 +355,7 @@ void TDECModuleProxy::runAsRoot()
cmd = TQString(cmd.remove(0,8)).stripWhiteSpace();
/* Run the process */
- TQString tdesu = KStandardDirs::findExe("tdesu");
+ TQString tdesu = TDEStandardDirs::findExe("tdesu");
if (!tdesu.isEmpty())
{