From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- libtdepim/completionordereditor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libtdepim/completionordereditor.cpp') diff --git a/libtdepim/completionordereditor.cpp b/libtdepim/completionordereditor.cpp index a94b6221..7b82ad5b 100644 --- a/libtdepim/completionordereditor.cpp +++ b/libtdepim/completionordereditor.cpp @@ -128,7 +128,7 @@ private: void SimpleCompletionItem::save( CompletionOrderEditor* editor ) { - // Maybe KABC::Resource could have a completionWeight setting (for readConfig/writeConfig) + // Maybe TDEABC::Resource could have a completionWeight setting (for readConfig/writeConfig) // But for tdelibs-3.2 compat purposes I can't do that. TDEConfigGroup group( editor->configFile(), "CompletionWeights" ); group.writeEntry( mIdentifier, mWeight ); @@ -184,9 +184,9 @@ CompletionOrderEditor::CompletionOrderEditor( KPIM::LdapSearch* ldapSearch, //kdDebug(5300) << "LDAP: host " << (*it)->host() << " weight " << (*it)->completionWeight() << endl; mItems.append( new LDAPCompletionItem( *it ) ); } - KABC::AddressBook *addressBook = KABC::StdAddressBook::self( true ); - TQPtrList resources = addressBook->resources(); - for( TQPtrListIterator resit( resources ); *resit; ++resit ) { + TDEABC::AddressBook *addressBook = TDEABC::StdAddressBook::self( true ); + TQPtrList resources = addressBook->resources(); + for( TQPtrListIterator resit( resources ); *resit; ++resit ) { //kdDebug(5300) << "KABC Resource: " << (*resit)->className() << endl; ResourceABC* res = dynamic_cast( *resit ); if ( res ) { // IMAP KABC resource -- cgit v1.2.3