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 --- tdecert/tdecertpart.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdecert/tdecertpart.cc') diff --git a/tdecert/tdecertpart.cc b/tdecert/tdecertpart.cc index ebb6e77ad..08e3ec5e0 100644 --- a/tdecert/tdecertpart.cc +++ b/tdecert/tdecertpart.cc @@ -36,18 +36,18 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include #include #include -#include +#include K_EXPORT_COMPONENT_FACTORY( libtdecertpart, KParts::GenericFactory ) @@ -774,7 +774,7 @@ void KCertPart::slotDone() { void KCertPart::slotLaunch() { KShellProcess p; -p << "kcmshell" << "crypto"; +p << "tdecmshell" << "crypto"; p.start(TDEProcess::DontCare); } -- cgit v1.2.3