From 66914d2878a6cadacbaf6ceacdd74d2999e4114e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:35:36 -0500 Subject: Branding cleanup: KDE -> TDE --- kaddressbook/kabcore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 263cb5f56..906c641ce 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -1018,7 +1018,7 @@ TQString KABCore::getNameByPhone( const TQString &phone ) void KABCore::openLDAPDialog() { if ( !KProtocolInfo::isKnownProtocol( KURL( "ldap://localhost" ) ) ) { - KMessageBox::error( mWidget, i18n( "Your KDE installation is missing LDAP " + KMessageBox::error( mWidget, i18n( "Your TDE installation is missing LDAP " "support, please ask your administrator or distributor for more information." ), i18n( "No LDAP IO Slave Available" ) ); return; @@ -1413,7 +1413,7 @@ void KABCore::initActions() mActionWhoAmI = new KAction( i18n( "Set as Personal Contact Data" ), "personal", 0, this, TQT_SLOT( setWhoAmI() ), actionCollection(), "edit_set_personal" ); - mActionWhoAmI->setWhatsThis( i18n( "Set the personal contact

The data of this contact will be used in many other KDE applications, so you do not have to input your personal data several times." ) ); + mActionWhoAmI->setWhatsThis( i18n( "Set the personal contact

The data of this contact will be used in many other TDE applications, so you do not have to input your personal data several times." ) ); mActionCategories = new KAction( i18n( "Select Categories..." ), 0, this, TQT_SLOT( setCategories() ), actionCollection(), -- cgit v1.2.1