diff options
Diffstat (limited to 'kaddressbook/xxportselectdialog.cpp')
-rw-r--r-- | kaddressbook/xxportselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/xxportselectdialog.cpp b/kaddressbook/xxportselectdialog.cpp index f65348cfe..c90de6ca3 100644 --- a/kaddressbook/xxportselectdialog.cpp +++ b/kaddressbook/xxportselectdialog.cpp @@ -119,7 +119,7 @@ KABC::AddresseeList XXPortSelectDialog::contacts() const TQStringList tmp( (*it).categories() ); TQStringList::ConstIterator tmpIt; for ( tmpIt = tmp.begin(); tmpIt != tmp.end(); ++tmpIt ) - if ( categorieList.tqcontains( *tmpIt ) ) { + if ( categorieList.contains( *tmpIt ) ) { list.append( *it ); break; } |