summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sftp/process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/sftp/process.cpp')
-rw-r--r--tdeioslave/sftp/process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/sftp/process.cpp b/tdeioslave/sftp/process.cpp
index 885fe7636..bcb686df0 100644
--- a/tdeioslave/sftp/process.cpp
+++ b/tdeioslave/sftp/process.cpp
@@ -264,7 +264,7 @@ int MyPtyProcess::exec(TQCString command, QCStringList args)
path = command;
else
{
- TQString file = KStandardDirs::findExe(command);
+ TQString file = TDEStandardDirs::findExe(command);
if (file.isEmpty())
{
kdError(PTYPROC) << k_lineinfo << command << " not found\n";