summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit/kabcRecord.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/abbrowserconduit/kabcRecord.cc')
-rw-r--r--conduits/abbrowserconduit/kabcRecord.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/kabcRecord.cc b/conduits/abbrowserconduit/kabcRecord.cc
index b503031..91cbcb1 100644
--- a/conduits/abbrowserconduit/kabcRecord.cc
+++ b/conduits/abbrowserconduit/kabcRecord.cc
@@ -236,7 +236,7 @@ unsigned int KABCSync::bestMatchedCategory(const TQStringList &pccategories,
// See if the suggested hhcategory is in the list, and if
// so that is the best match.
if (Pilot::validCategory(hhcategory) &&
- pccategories.tqcontains(info.categoryName(hhcategory)))
+ pccategories.contains(info.categoryName(hhcategory)))
{
return hhcategory;
}