From 82fc754f7c4e43eace608a45c22e74e532bd33f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:56 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- languages/cpp/debugger/stty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/cpp/debugger/stty.cpp') diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp index 5c437938..5ae42d54 100644 --- a/languages/cpp/debugger/stty.cpp +++ b/languages/cpp/debugger/stty.cpp @@ -285,7 +285,7 @@ bool STTY::findExternalTTY(const TQString &termApp) { TQString appName(termApp.isEmpty() ? TQString("xterm") : termApp); - if ( KStandardDirs::findExe( termApp ).isEmpty() ) + if ( TDEStandardDirs::findExe( termApp ).isEmpty() ) { return false; } -- cgit v1.2.1