notes/notesui/noteseditor/inc/notestodoeditorcustomitem.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
--- a/notes/notesui/noteseditor/inc/notestodoeditorcustomitem.h	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/noteseditor/inc/notestodoeditorcustomitem.h	Mon Jun 28 15:22:02 2010 +0530
@@ -45,9 +45,11 @@
 private slots:
 	void launchTimePicker();
 	void launchDatePicker();
+	void selectDueDate();
+	void selectedAction(HbAction *action);
+
+private:
 	void handleOkAction();
-	void handleCancelAction();
-	void selectDueDate();
 
 private:
 	QPointer<HbDialog> mTimePickerDialog;
@@ -55,6 +57,10 @@
 	QPointer<HbPushButton> mTimeWidget;
 	QPointer<HbPushButton> mDateWidget;
 	QPointer<HbPushButton> mDueDateItem;
+
+	HbAction *mOkAction;
+	HbAction *mCancelAction;
+
 	NotesEditorPrivate* mNotesTodoeditorPvt;
 	bool mDueDatePickerIsActive;