summaryrefslogtreecommitdiffstats
path: root/kcontrol/crypto/crypto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/crypto/crypto.cpp')
-rw-r--r--kcontrol/crypto/crypto.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/crypto/crypto.cpp b/kcontrol/crypto/crypto.cpp
index 53a73f4a1..a1efa58d0 100644
--- a/kcontrol/crypto/crypto.cpp
+++ b/kcontrol/crypto/crypto.cpp
@@ -62,11 +62,11 @@
#include <kmdcodec.h>
#include <tdemessagebox.h>
#include <kpassdlg.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kpushbutton.h>
#include <kresolver.h>
#include <kseparator.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurllabel.h>
#include <kurlrequester.h>
@@ -308,9 +308,9 @@ TQString whatstr;
// no need to parse kdeglobals.
config = new TDEConfig("cryptodefaults", false, false);
- policies = new KSimpleConfig("ksslpolicies", false);
- pcerts = new KSimpleConfig("ksslcertificates", false);
- authcfg = new KSimpleConfig("ksslauthmap", false);
+ policies = new TDESimpleConfig("ksslpolicies", false);
+ pcerts = new TDESimpleConfig("ksslcertificates", false);
+ authcfg = new TDESimpleConfig("ksslauthmap", false);
#ifdef HAVE_SSL
SSLv3Box = new TQListView(tabSSL, "v3ciphers");