summaryrefslogtreecommitdiffstats
path: root/kresources/birthdays/resourcekabcconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/birthdays/resourcekabcconfig.cpp')
-rw-r--r--kresources/birthdays/resourcekabcconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/birthdays/resourcekabcconfig.cpp b/kresources/birthdays/resourcekabcconfig.cpp
index 20a9aaf48..1f55138f1 100644
--- a/kresources/birthdays/resourcekabcconfig.cpp
+++ b/kresources/birthdays/resourcekabcconfig.cpp
@@ -92,7 +92,7 @@ void ResourceKABCConfig::loadSettings( KRES::Resource *resource )
const TQStringList categories = res->categories();
TQListViewItemIterator it( mCategoryView );
while ( it.current() ) {
- if ( categories.tqcontains( it.current()->text( 0 ) ) ) {
+ if ( categories.contains( it.current()->text( 0 ) ) ) {
TQCheckListItem *item = static_cast<TQCheckListItem*>( it.current() );
item->setOn( true );
}