From 71960340e40a92b9ee2bd0b441d4f70ac954d474 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:16:09 -0500 Subject: Branding cleanup: KDE -> TDE --- kdnssd/ioslave/dnssd.cpp | 2 +- kopete/kopete/kimifaceimpl.cpp | 6 +++--- kopete/libkopete/kabcpersistence.cpp | 4 ++-- krfb/kcm_krfb/kcm_krfb.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kdnssd/ioslave/dnssd.cpp b/kdnssd/ioslave/dnssd.cpp index f6d68f54..21be7de1 100644 --- a/kdnssd/ioslave/dnssd.cpp +++ b/kdnssd/ioslave/dnssd.cpp @@ -135,7 +135,7 @@ bool ZeroConfProtocol::dnssdOK() return false; case ServiceBrowser::Unsupported: error(KIO::ERR_UNSUPPORTED_ACTION, - i18n("KDE has been built without Zeroconf support.")); + i18n("TDE has been built without Zeroconf support.")); return false; default: return true; diff --git a/kopete/kopete/kimifaceimpl.cpp b/kopete/kopete/kimifaceimpl.cpp index b9a2dd45..27aa0ecc 100644 --- a/kopete/kopete/kimifaceimpl.cpp +++ b/kopete/kopete/kimifaceimpl.cpp @@ -380,12 +380,12 @@ void KIMIfaceImpl::unknown( const TQString &uid ) KABC::Addressee addr = bk->findByUid( uid ); if ( addr.isEmpty() ) { - KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Sorry, i18n("Another KDE application tried to use Kopete for instant messaging, but Kopete could not find the specified contact in the KDE address book."), i18n( "Not Found in Address Book" ) ); + KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Sorry, i18n("Another TDE application tried to use Kopete for instant messaging, but Kopete could not find the specified contact in the TDE address book."), i18n( "Not Found in Address Book" ) ); } else { - TQString apology = i18n( "Translators: %1 is the name of a person taken from the KDE address book, who Kopete doesn't know about. Kopete must either be told that an existing contact in Kopete is this person, or add a new contact for them", - "

The KDE Address Book has no instant messaging information for

%1.

If he/she is already present in the Kopete contact list, indicate the correct addressbook entry in their properties.

Otherwise, add a new contact using the Add Contact wizard.

" ); + TQString apology = i18n( "Translators: %1 is the name of a person taken from the TDE address book, who Kopete doesn't know about. Kopete must either be told that an existing contact in Kopete is this person, or add a new contact for them", + "

The TDE Address Book has no instant messaging information for

%1.

If he/she is already present in the Kopete contact list, indicate the correct addressbook entry in their properties.

Otherwise, add a new contact using the Add Contact wizard.

" ); apology = apology.arg( addr.realName() ); KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Information, apology, i18n( "No Instant Messaging Address" ) ); } diff --git a/kopete/libkopete/kabcpersistence.cpp b/kopete/libkopete/kabcpersistence.cpp index c6356d65..83caeb29 100644 --- a/kopete/libkopete/kabcpersistence.cpp +++ b/kopete/libkopete/kabcpersistence.cpp @@ -209,7 +209,7 @@ void KABCPersistence::slotWriteAddressBook() void KABCPersistence::removeKABC( MetaContact *) { -/* // remove any data this KMC has written to the KDE address book +/* // remove any data this KMC has written to the TDE address book // Save any changes in each contact's addressBookFields to KABC KABC::AddressBook* ab = addressBook(); @@ -292,7 +292,7 @@ bool KABCPersistence::syncWithKABC( MetaContact * mc ) { KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Sorry, i18n( "\"%1\" is not supported by Kopete." ).arg( protocolName ), - i18n( "Could Not Sync with KDE Address Book" ) ); + i18n( "Could Not Sync with TDE Address Book" ) ); continue; } diff --git a/krfb/kcm_krfb/kcm_krfb.cpp b/krfb/kcm_krfb/kcm_krfb.cpp index 50595505..0a29b0ed 100644 --- a/krfb/kcm_krfb/kcm_krfb.cpp +++ b/krfb/kcm_krfb/kcm_krfb.cpp @@ -174,7 +174,7 @@ void KcmKRfb::defaults() { TQString KcmKRfb::quickHelp() const { return i18n("

Desktop Sharing

This module allows you to configure" - " the KDE desktop sharing."); + " the TDE desktop sharing."); } -- cgit v1.2.1