summaryrefslogtreecommitdiffstats
path: root/conduits/vcalconduit/pctohhstate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/vcalconduit/pctohhstate.cc')
-rw-r--r--conduits/vcalconduit/pctohhstate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/vcalconduit/pctohhstate.cc b/conduits/vcalconduit/pctohhstate.cc
index 84d50ed..d2866fd 100644
--- a/conduits/vcalconduit/pctohhstate.cc
+++ b/conduits/vcalconduit/pctohhstate.cc
@@ -120,7 +120,7 @@ void PCToHHState::handleRecord( ConduitAction *ca )
if( id > 0 && ( s = vccb->database()->readRecordById( id ) ) )
{
- if( e->synctqStatus() == KCal::Incidence::SYNCDEL )
+ if( e->syncStatus() == KCal::Incidence::SYNCDEL )
{
vccb->deletePalmRecord( e, s );
}