From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcert/kcertpart.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcert') 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")); -- cgit v1.2.1