diff options
Diffstat (limited to 'kcontrol/crypto/crypto.cpp')
-rw-r--r-- | kcontrol/crypto/crypto.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/crypto/crypto.cpp b/kcontrol/crypto/crypto.cpp index cf6ec0a5c..a1efa58d0 100644 --- a/kcontrol/crypto/crypto.cpp +++ b/kcontrol/crypto/crypto.cpp @@ -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"); |