diff options
Diffstat (limited to 'kaddressbook/searchmanager.cpp')
-rw-r--r-- | kaddressbook/searchmanager.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/searchmanager.cpp b/kaddressbook/searchmanager.cpp index 3bad8eb73..1cc1a9aae 100644 --- a/kaddressbook/searchmanager.cpp +++ b/kaddressbook/searchmanager.cpp @@ -20,7 +20,7 @@ with any edition of TQt, and distribute the resulting executable, without including the source code for TQt in the source distribution. */ -#include <config.h> // FOR KDEPIM_NEW_DISTRLISTS +#include <config.h> // FOR TDEPIM_NEW_DISTRLISTS #include <kabc/addresseelist.h> #include <kdeversion.h> @@ -57,7 +57,7 @@ void SearchManager::search( const TQString &pattern, const KABC::Field::List &fi allContacts.append( *abIt ); #endif -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS // Extract distribution lists from allContacts mDistributionLists.clear(); KABC::Addressee::List::Iterator rmIt( allContacts.begin() ); @@ -98,7 +98,7 @@ void SearchManager::search( const TQString &pattern, const KABC::Field::List &fi KABC::Addressee::List::ConstIterator it( allContacts.begin() ); const KABC::Addressee::List::ConstIterator endIt( allContacts.end() ); for ( ; it != endIt; ++it ) { -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS if ( KPIM::DistributionList::isDistributionList( *it ) ) continue; #endif @@ -169,7 +169,7 @@ void SearchManager::reload() search( mPattern, mFields, mType ); } -#ifdef KDEPIM_NEW_DISTRLISTS +#ifdef TDEPIM_NEW_DISTRLISTS void KAB::SearchManager::setSelectedDistributionList( const TQString &name ) { |