From 02a5c6530219e30774793437eb9d0b6d96f2b9e8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:15:39 -0500 Subject: Branding cleanup: KDE -> TDE --- kio/kssl/ksslinfodlg.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kio/kssl') diff --git a/kio/kssl/ksslinfodlg.cc b/kio/kssl/ksslinfodlg.cc index ae2a4a3ae..bc67d3e6e 100644 --- a/kio/kssl/ksslinfodlg.cc +++ b/kio/kssl/ksslinfodlg.cc @@ -96,7 +96,7 @@ KSSLInfoDlg::KSSLInfoDlg(bool secureConnection, TQWidget *parent, const char *na } } else { d->pixmap->setPixmap(BarIcon("decrypted")); - d->info->setText(i18n("SSL support is not available in this build of KDE.")); + d->info->setText(i18n("SSL support is not available in this build of TDE.")); } d->m_layout->addRowSpacing( 0, 50 ); // give minimum height to look better @@ -117,7 +117,7 @@ KSSLInfoDlg::KSSLInfoDlg(bool secureConnection, TQWidget *parent, const char *na button->setFocus(); - setCaption(i18n("KDE SSL Information")); + setCaption(i18n("TDE SSL Information")); d->inQuestion = false; } -- cgit v1.2.1