From 2bc8c499f1ccadd050d29ea3963927e3007b556b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:19:44 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- konversation/src/query.cpp | 2 +- konversation/src/sslsocket.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/konversation/src/query.cpp b/konversation/src/query.cpp index 685dc8f..bc1cd7d 100644 --- a/konversation/src/query.cpp +++ b/konversation/src/query.cpp @@ -65,7 +65,7 @@ Query::Query(TQWidget* parent, TQString _name) : ChatWindow(parent) queryHostmask=new Konversation::TopicLabel(box, "query_hostmask"); - TQString whatsthis = i18n("Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the KDE Addressbook.

See the Konversation Handbook for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is."); + TQString whatsthis = i18n("Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the TDE Addressbook.

See the Konversation Handbook for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is."); TQWhatsThis::add(addresseeimage, whatsthis); TQWhatsThis::add(addresseelogoimage, whatsthis); TQWhatsThis::add(queryHostmask, whatsthis); diff --git a/konversation/src/sslsocket.cpp b/konversation/src/sslsocket.cpp index 4991d75..3659d00 100644 --- a/konversation/src/sslsocket.cpp +++ b/konversation/src/sslsocket.cpp @@ -122,7 +122,7 @@ void SSLSocket::connected() else { kdError() << "SSL not functional!" << endl; - emit sslFailure(i18n("The functionality to connect to servers using encrypted SSL communications is not available to Konversation because OpenSSL support was not enabled at compile time. You will need to get new version of KDE that has SSL support.")); + emit sslFailure(i18n("The functionality to connect to servers using encrypted SSL communications is not available to Konversation because OpenSSL support was not enabled at compile time. You will need to get new version of TDE that has SSL support.")); close(); } }