diff -r 0b38fc5b94c6 -r 2c54b51f39c4 calendarui/caleneditor/inc/caleneditor_p.h --- a/calendarui/caleneditor/inc/caleneditor_p.h Mon Jul 12 02:32:28 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditor_p.h Mon Jul 26 13:54:38 2010 +0530 @@ -114,6 +114,7 @@ void setReminderChoices(); bool isEditRangeThisOnly(); bool isAllDayFieldAdded(); + void forcedSaveEntry(); private: void edit(const QFile &handle, bool launchCalendar); void edit(AgendaEntry entry, bool launchCalendar); @@ -153,6 +154,8 @@ void deleteEntry(bool close = false); bool handleAllDayToSave(); void enableFromTotimeFileds(bool, QDateTime, QDateTime); + QTime defaultTimeSameDay(); + void refreshTimeForUncheckAllDay(); private slots: void handleSubjectChange(const QString subject);