diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:28:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:28:26 -0600 |
commit | d3afa6baf98ef5ac191996cc9b909ff9074c168c (patch) | |
tree | a1e1247371cd17715f83036a3664755206ab9ba2 /tdehtml | |
parent | 12f3d421cd2991c0e3f96994efb836ce244172ff (diff) | |
download | tdelibs-d3afa6baf98ef5ac191996cc9b909ff9074c168c.tar.gz tdelibs-d3afa6baf98ef5ac191996cc9b909ff9074c168c.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'tdehtml')
-rw-r--r-- | tdehtml/tdehtml_ext.cpp | 2 | ||||
-rw-r--r-- | tdehtml/test_regression.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/tdehtml_ext.cpp b/tdehtml/tdehtml_ext.cpp index 5803b1ca3..62c93079e 100644 --- a/tdehtml/tdehtml_ext.cpp +++ b/tdehtml/tdehtml_ext.cpp @@ -883,7 +883,7 @@ void TDEHTMLPopupGUIClient::saveURL( const KURL &url, const KURL &destURL, { // then find the download manager location kdDebug(1000) << "Using: "<<downloadManger <<" as Download Manager" <<endl; - TQString cmd = KStandardDirs::findExe(downloadManger); + TQString cmd = TDEStandardDirs::findExe(downloadManger); if (cmd.isEmpty()) { TQString errMsg=i18n("The Download Manager (%1) could not be found in your $PATH ").arg(downloadManger); diff --git a/tdehtml/test_regression.cpp b/tdehtml/test_regression.cpp index 1cea041ee..d05591f48 100644 --- a/tdehtml/test_regression.cpp +++ b/tdehtml/test_regression.cpp @@ -479,7 +479,7 @@ int main(int argc, char *argv[]) if (args->isSet("xvfb")) { - TQString xvfbPath = KStandardDirs::findExe("Xvfb"); + TQString xvfbPath = TDEStandardDirs::findExe("Xvfb"); if ( xvfbPath.isEmpty() ) { fprintf( stderr, "[test_regression] ERROR: We need Xvfb to be installed for reliable results\n" ); exit( 1 ); |