diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /kaddressbook/common/filter.cpp | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/common/filter.cpp')
-rw-r--r-- | kaddressbook/common/filter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/common/filter.cpp b/kaddressbook/common/filter.cpp index e312fbcdc..9b7464307 100644 --- a/kaddressbook/common/filter.cpp +++ b/kaddressbook/common/filter.cpp @@ -61,9 +61,9 @@ bool Filter::isInternal() const return mInternal; } -void Filter::apply( KABC::Addressee::List &addresseeList ) +void Filter::apply( TDEABC::Addressee::List &addresseeList ) { - KABC::Addressee::List::Iterator iter; + TDEABC::Addressee::List::Iterator iter; for ( iter = addresseeList.begin(); iter != addresseeList.end(); ) { if ( filterAddressee( *iter ) ) ++iter; @@ -72,7 +72,7 @@ void Filter::apply( KABC::Addressee::List &addresseeList ) } } -bool Filter::filterAddressee( const KABC::Addressee &a ) const +bool Filter::filterAddressee( const TDEABC::Addressee &a ) const { TQStringList::ConstIterator iter; iter = mCategoryList.begin(); |