From 2fb1ed0d03dda186096172cb76aedfd5e3953f94 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:48 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kdessh/kdessh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdessh') diff --git a/kdessh/kdessh.cpp b/kdessh/kdessh.cpp index c5b89ab..0f48f1a 100644 --- a/kdessh/kdessh.cpp +++ b/kdessh/kdessh.cpp @@ -83,7 +83,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::usage(i18n("No command or host specified.")); // Check if ssh is available - if (KStandardDirs::findExe(TQString::fromLatin1("ssh")).isEmpty()) + if (TDEStandardDirs::findExe(TQString::fromLatin1("ssh")).isEmpty()) { kdError(1511) << "ssh not found\n"; exit(1); -- cgit v1.2.1