diff -r 1881ad52dc45 -r a5ed90760192 calendarui/caleneditor/inc/caleneditor_p.h --- a/calendarui/caleneditor/inc/caleneditor_p.h Tue Aug 31 18:15:13 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditor_p.h Mon Sep 06 10:12:45 2010 +0530 @@ -168,8 +168,11 @@ const double geoLatitude, const double geoLongitude); void handleDescriptionChange(const QString description); void saveAndCloseEditor(); - void showDeleteConfirmationQuery(bool closeEditor = false); + void showDeletePopup(); + void showDeleteConfirmationQuery(); + void showDeleteOccurencePopup(); void handleDeleteAction(); + void handleDeleteOccurence(int index); void launchSettingsView(); void discardChanges(); void handleDescriptionAction();