summaryrefslogtreecommitdiffstats
path: root/conduits/vcalconduit/hhtopcstate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/vcalconduit/hhtopcstate.cc')
-rw-r--r--conduits/vcalconduit/hhtopcstate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/vcalconduit/hhtopcstate.cc b/conduits/vcalconduit/hhtopcstate.cc
index 82024f1..4fa12af 100644
--- a/conduits/vcalconduit/hhtopcstate.cc
+++ b/conduits/vcalconduit/hhtopcstate.cc
@@ -123,7 +123,7 @@ void HHToPCState::handleRecord( ConduitAction *ca )
{
KCal::Incidence *e = vccb->addRecord( r );
if ( vccb->config()->syncArchived() && archiveRecord ) {
- e->setSyncStatus( KCal::Incidence::SYNCDEL );
+ e->setSynctqStatus( KCal::Incidence::SYNCDEL );
}
}
}
@@ -218,7 +218,7 @@ void VCalConduitBase::slotPalmRecToPC()
{
KCal::Incidence*e=addRecord(r);
if (config()->syncArchived() && archiveRecord) {
- e->setSyncStatus(KCal::Incidence::SYNCDEL);
+ e->setSynctqStatus(KCal::Incidence::SYNCDEL);
}
}
}