diff options
Diffstat (limited to 'tests/exportdatebook.cc')
-rw-r--r-- | tests/exportdatebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc index 18bbf34..d4cf8c5 100644 --- a/tests/exportdatebook.cc +++ b/tests/exportdatebook.cc @@ -123,7 +123,7 @@ int main(int argc, char **argv) KCalSync::setEvent(event, d,*fAppointmentAppInfo->categoryInfo()); - event->setSynctqStatus( KCal::Incidence::SYNCNONE ); + event->setSyncStatus( KCal::Incidence::SYNCNONE ); calendar->addEvent(event); |