summaryrefslogtreecommitdiffstats
path: root/conduits/vcalconduit/kcalRecord.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/vcalconduit/kcalRecord.cc')
-rw-r--r--conduits/vcalconduit/kcalRecord.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conduits/vcalconduit/kcalRecord.cc b/conduits/vcalconduit/kcalRecord.cc
index e7f8c68..598866d 100644
--- a/conduits/vcalconduit/kcalRecord.cc
+++ b/conduits/vcalconduit/kcalRecord.cc
@@ -63,7 +63,7 @@ void KCalSync::setCategory(PilotRecordBase *de,
if (de->category() != Pilot::Unfiled)
{
deCategory = Pilot::categoryName(&info,de->category());
- if (eventCategories.tqcontains(deCategory))
+ if (eventCategories.contains(deCategory))
{
// Found, so leave the category unchanged.
return;
@@ -86,7 +86,7 @@ void KCalSync::setCategory(PilotRecordBase *de,
continue;
}
- if (availableHandheldCategories.tqcontains(*it))
+ if (availableHandheldCategories.contains(*it))
{
// Since the string is in the list of available categories,
// this *can't* fail.
@@ -122,7 +122,7 @@ void KCalSync::setCategory(KCal::Incidence *e,
if ( Pilot::validCategory(cat) && (cat != Pilot::Unfiled))
{
- if (!cats.tqcontains(newcat))
+ if (!cats.contains(newcat))
{
// if this event only has one category associated with it, then we can
// safely assume that what we should be doing here is changing it to match