Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 33bd72ddd2
commit 2bc8c499f1

@ -65,7 +65,7 @@ Query::Query(TQWidget* parent, TQString _name) : ChatWindow(parent)
queryHostmask=new Konversation::TopicLabel(box, "query_hostmask");
TQString whatsthis = i18n("<qt>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.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
TQString whatsthis = i18n("<qt>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.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
TQWhatsThis::add(addresseeimage, whatsthis);
TQWhatsThis::add(addresseelogoimage, whatsthis);
TQWhatsThis::add(queryHostmask, whatsthis);

@ -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();
}
}

Loading…
Cancel
Save