diff -r 360d55486d7f -r 5de72ea7a065 calendarui/views/inc/calenmonthview.h --- a/calendarui/views/inc/calenmonthview.h Fri Jun 11 13:37:54 2010 +0300 +++ b/calendarui/views/inc/calenmonthview.h Wed Jun 23 18:11:28 2010 +0300 @@ -47,7 +47,6 @@ class CalenPluginLabel; // Constants -const int KCalenDaysInWeek = 7; const int KNumOfVisibleRows = 6; #ifdef CALENVIEWS_DLL @@ -106,6 +105,7 @@ void refreshViewOnGoToDate(); void showHideRegionalInformation(); void onContextChanged(); + void updateDayLabel(); private slots: void createEditor(); @@ -176,6 +176,7 @@ CalenPluginLabel *mNextRegionalInfo; HbMenu *mDeleteSubMenu; QColor mWeekDaysColor; + bool mIsAboutToQuitEventConnected; // bool to check if month view is registered to get aboutToQuit signals }; #endif //CALENMONTHVIEW_H