diff options
Diffstat (limited to 'kopete/kopete/kimifaceimpl.cpp')
-rw-r--r-- | kopete/kopete/kimifaceimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/kimifaceimpl.cpp b/kopete/kopete/kimifaceimpl.cpp index 9c4c4e3b..faa721e0 100644 --- a/kopete/kopete/kimifaceimpl.cpp +++ b/kopete/kopete/kimifaceimpl.cpp @@ -376,8 +376,8 @@ void KIMIfaceImpl::unknown( const TQString &uid ) { // warn the user that the KABC contact associated with this UID isn't known to kopete, // either associate an existing contact with KABC or add a new one using the ACW. - KABC::AddressBook *bk = KABC::StdAddressBook::self( false ); - KABC::Addressee addr = bk->findByUid( uid ); + TDEABC::AddressBook *bk = TDEABC::StdAddressBook::self( false ); + TDEABC::Addressee addr = bk->findByUid( uid ); if ( addr.isEmpty() ) { 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" ) ); |