diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
commit | 5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch) | |
tree | 9b70e8be47a390f8f4d56ead812ab0c9dad88709 /tdecert/tdecertpart.cc | |
parent | c17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff) | |
download | tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdecert/tdecertpart.cc')
-rw-r--r-- | tdecert/tdecertpart.cc | 8 |
1 files changed, 4 insertions, 4 deletions
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 <ksslall.h> #include <kopenssl.h> #include <ksslpemcallback.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kprocess.h> #include <tqtabwidget.h> #include <kseparator.h> #include <klistview.h> -#include <kio/kmimemagic.h> +#include <tdeio/kmimemagic.h> #include <tqmultilineedit.h> #include <tqregexp.h> #include <kcombobox.h> #include <tdeparts/browserextension.h> #include <tdeparts/browserinterface.h> -#include <kio/kservicetypefactory.h> +#include <tdeio/kservicetypefactory.h> K_EXPORT_COMPONENT_FACTORY( libtdecertpart, KParts::GenericFactory<KCertPart> ) @@ -774,7 +774,7 @@ void KCertPart::slotDone() { void KCertPart::slotLaunch() { KShellProcess p; -p << "kcmshell" << "crypto"; +p << "tdecmshell" << "crypto"; p.start(TDEProcess::DontCare); } |