diff -r ecd7b9840282 -r 0b38fc5b94c6 calendarui/views/inc/calenagendaviewwidget.h --- a/calendarui/views/inc/calenagendaviewwidget.h Fri Jul 02 19:56:46 2010 +0530 +++ b/calendarui/views/inc/calenagendaviewwidget.h Mon Jul 12 02:32:28 2010 +0530 @@ -98,6 +98,11 @@ */ void clearListModel(); + /** + * @brief Opens the editor to create a new entry + */ + void createNewEvent(); + private: /** @@ -167,17 +172,11 @@ */ void showHideRegionalInformation(); - - + private slots: /** - * @brief Opens the editor to create a new entry - */ - void createNewEvent(); - - /** * @brief Opens the entry at position index in the list for * editing in the editor. Does nothing if the index is invalid */