notes/notesui/noteseditor/inc/notestodoeditor.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 83 5aadd1120515
--- a/notes/notesui/noteseditor/inc/notestodoeditor.h	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/noteseditor/inc/notestodoeditor.h	Mon Jun 28 15:22:02 2010 +0530
@@ -71,7 +71,6 @@
 	void addMenu();
 	bool validAlarmSet();
 	void addDiscardChangesAction();
-	bool showDeleteConfirmationQuery();
 
 private slots:
 	void saveTodo();
@@ -80,6 +79,7 @@
 	void handleRemoveDescriptionAction();
 	void handleDeleteAction();
 	void handleDiscardChangesAction();
+	void selectedAction(HbAction *action);
 
 private:
 	NotesEditorPrivate* mOwner;
@@ -99,7 +99,8 @@
 	HbAction *mDoneAction;
 	HbAction *mDiscardAction;
 	QPointer<HbAction> mDescriptionAction;
-
+	HbAction *mDeleteTodoAction;
+	HbAction *mCancelDeleteAction;
 	HbGroupBox *mSubHeading;
 
 	NotesEditorDocLoader *mDocLoader;