calendarui/caleneditor/inc/caleneditor_p.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
--- 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);