From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdehtml/tdehtml_part.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tdehtml/tdehtml_part.cpp') diff --git a/tdehtml/tdehtml_part.cpp b/tdehtml/tdehtml_part.cpp index 185ded02d..2ebd55df8 100644 --- a/tdehtml/tdehtml_part.cpp +++ b/tdehtml/tdehtml_part.cpp @@ -75,9 +75,9 @@ using namespace DOM; #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include @@ -85,7 +85,7 @@ using namespace DOM; #include #include #include -#include +#include #include #include #include @@ -102,7 +102,7 @@ using namespace DOM; #include #include -#include +#include #include #include #include @@ -1136,7 +1136,7 @@ void KHTMLPart::launchJSErrorDialog() { void KHTMLPart::launchJSConfigDialog() { TQStringList args; args << "tdehtml_java_js"; - TDEApplication::tdeinitExec( "kcmshell", args ); + TDEApplication::tdeinitExec( "tdecmshell", args ); } TQVariant KHTMLPart::executeScript(const TQString& filename, int baseLine, const DOM::Node& n, const TQString& script) -- cgit v1.2.1