From 28edc0aa2ab09297288186f5bc15765eb7be58c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:22 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kcert/kcertpart.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcert/kcertpart.cc') diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc index 7ae79d874..5b31c8166 100644 --- a/kcert/kcertpart.cc +++ b/kcert/kcertpart.cc @@ -775,7 +775,7 @@ void KCertPart::slotDone() { void KCertPart::slotLaunch() { KShellProcess p; p << "kcmshell" << "crypto"; -p.start(KProcess::DontCare); +p.start(TDEProcess::DontCare); } -- cgit v1.2.1