summaryrefslogtreecommitdiffstats
path: root/kcert/kcertpart.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /kcert/kcertpart.cc
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kcert/kcertpart.cc')
-rw-r--r--kcert/kcertpart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc
index 5b31c8166..ca5912206 100644
--- a/kcert/kcertpart.cc
+++ b/kcert/kcertpart.cc
@@ -740,7 +740,7 @@ void KCertPart::slotImport() {
if (!_silentImport)
KMessageBox::information(_frame, i18n("Certificate has been successfully imported into TDE.\nYou can manage your certificate settings from the TDE Control Center."), i18n("Certificate Import"));
} else if (_ca) {
- KConfig cfg("ksslcalist", true, false);
+ TDEConfig cfg("ksslcalist", true, false);
if (cfg.hasGroup(_ca->getSubject())) {
TQString msg = _curName + "\n" + i18n("A certificate with that name already exists. Are you sure that you wish to replace it?");
int rc= KMessageBox::warningContinueCancel(_frame, msg, i18n("Certificate Import"),i18n("Replace"));