diff options
Diffstat (limited to 'kresources/birthdays/resourcekabcconfig.cpp')
-rw-r--r-- | kresources/birthdays/resourcekabcconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/birthdays/resourcekabcconfig.cpp b/kresources/birthdays/resourcekabcconfig.cpp index 2f7671dc7..ec33aaba6 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.contains( it.current()->text( 0 ) ) ) { + if ( categories.tqcontains( it.current()->text( 0 ) ) ) { TQCheckListItem *item = static_cast<TQCheckListItem*>( it.current() ); item->setOn( true ); } |