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=newKAction(i18n("Set as Personal Contact Data"),"personal",0,this,
TQT_SLOT(setWhoAmI()),actionCollection(),
"edit_set_personal");
mActionWhoAmI->setWhatsThis(i18n("Set the personal contact<p>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<p>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."));