From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdesu/process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu/process.cpp') diff --git a/tdesu/process.cpp b/tdesu/process.cpp index a8d2478a5..28e3bb110 100644 --- a/tdesu/process.cpp +++ b/tdesu/process.cpp @@ -375,7 +375,7 @@ int PtyProcess::exec(const TQCString &command, const QCStringList &args) path = command; else { - TQString file = KStandardDirs::findExe(command); + TQString file = TDEStandardDirs::findExe(command); if (file.isEmpty()) { kdError(900) << k_lineinfo << command << " not found\n"; -- cgit v1.2.1