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 --- kaddressbook/thumbnailcreator/ldifvcardcreator.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kaddressbook/thumbnailcreator/ldifvcardcreator.cpp') diff --git a/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp b/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp index a0c557d1b..44e4684f8 100644 --- a/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp +++ b/kaddressbook/thumbnailcreator/ldifvcardcreator.cpp @@ -84,10 +84,10 @@ bool VCard_LDIFCreator::readContents( const TQString &path ) #endif file.close(); - // convert the file contents to a KABC::Addressee address - KABC::AddresseeList addrList; - KABC::Addressee addr; - KABC::VCardConverter converter; + // convert the file contents to a TDEABC::Addressee address + TDEABC::AddresseeList addrList; + TDEABC::Addressee addr; + TDEABC::VCardConverter converter; #if defined(KABC_VCARD_ENCODING_FIX) addrList = converter.parseVCardsRaw( contentsRaw ); @@ -95,7 +95,7 @@ bool VCard_LDIFCreator::readContents( const TQString &path ) addrList = converter.parseVCards( contents ); #endif if ( addrList.count() == 0 ) - if ( !KABC::LDIFConverter::LDIFToAddressee( contents, addrList ) ) + if ( !TDEABC::LDIFConverter::LDIFToAddressee( contents, addrList ) ) return false; if ( addrList.count()>1 ) { // create an overview (list of all names) @@ -126,7 +126,7 @@ bool VCard_LDIFCreator::readContents( const TQString &path ) name = name.simplifyWhiteSpace(); - KABC::PhoneNumber::List pnList = addr.phoneNumbers(); + TDEABC::PhoneNumber::List pnList = addr.phoneNumbers(); TQStringList phoneNumbers; for (unsigned int no=0; no