diff --git a/KDE2PORTING.html b/KDE2PORTING.html index e3df0ef52..df2a5e788 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -55,7 +55,7 @@ or this page online.

  • kled.h, kledlamp.h / KLed, KLedLamp
  • KDockWidget
  • KPixmap, KPixmapEffect
  • -
  • KDE Control Center
  • +
  • TDE Control Center
  • KWMModuleApplication libtdeui/kwmmapp.h
  • KDebug
  • KFileDialog - General Stuff
  • @@ -772,9 +772,9 @@ Dirk A. Mueller <mueller@kde.org>

    Return to the Table of Contents

    -

    KDE Control Center

    +

    TDE Control Center

    -The format for modules for the KDE Control Center has changed quite +The format for modules for the TDE Control Center has changed quite a bit. If you want to port your module to the new schema, please consult

    diff --git a/KDE3PORTING.html b/KDE3PORTING.html index 167d4aed6..3c8890355 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -24,7 +24,7 @@ or this page online.

  • Changes in kspell
  • API-cleanup in KHTML
  • Changes in kfile
  • -
  • KDE Control Center
  • +
  • TDE Control Center
  • Panel Applets and Extensions
  • diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc index e704ad339..9ea247d5b 100644 --- a/kcert/kcertpart.cc +++ b/kcert/kcertpart.cc @@ -738,7 +738,7 @@ void KCertPart::slotImport() { cfg.writeEntry("Password", ""); cfg.sync(); if (!_silentImport) - KMessageBox::information(_frame, i18n("Certificate has been successfully imported into KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import")); + 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); if (cfg.hasGroup(_ca->getSubject())) { @@ -756,7 +756,7 @@ void KCertPart::slotImport() { _signers->regenerate(); if (!_silentImport) - KMessageBox::information(_frame, i18n("Certificate has been successfully imported into KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import")); + 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")); } } @@ -870,7 +870,7 @@ _silentImport = false; _p12 = p12Save; _ca = caSave; _curName = curNameSave; -KMessageBox::information(_frame, i18n("Certificates have been successfully imported into KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import")); +KMessageBox::information(_frame, i18n("Certificates have been successfully imported into TDE.\nYou can manage your certificate settings from the TDE Control Center."), i18n("Certificate Import")); } diff --git a/kio/kio/tcpslavebase.cpp b/kio/kio/tcpslavebase.cpp index 78093577d..672cc0a5c 100644 --- a/kio/kio/tcpslavebase.cpp +++ b/kio/kio/tcpslavebase.cpp @@ -1005,7 +1005,7 @@ int TCPSlaveBase::verifyCertificate() } } } else if (cp == KSSLCertificateCache::Reject) { // fail - messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the KDE Control Center."), + messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the TDE Control Center."), i18n("Server Authentication")); rc = -1; setMetaData("ssl_action", "reject");