summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu_pty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdesu/tdesu_pty.cpp')
-rw-r--r--tdesu/tdesu_pty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu_pty.cpp b/tdesu/tdesu_pty.cpp
index d3392ec5e..207c0a3e2 100644
--- a/tdesu/tdesu_pty.cpp
+++ b/tdesu/tdesu_pty.cpp
@@ -214,7 +214,7 @@ int PTY::grantpt()
return 0;
// Use konsole_grantpty:
- if (KStandardDirs::findExe("konsole_grantpty").isEmpty())
+ if (TDEStandardDirs::findExe("konsole_grantpty").isEmpty())
{
kdError(900) << k_lineinfo << "konsole_grantpty not found.\n";
return -1;