diff -r ef813d54df51 -r a5a1242fd2e8 calendarui/views/inc/calenmonthview.h --- a/calendarui/views/inc/calenmonthview.h Wed Aug 18 09:47:38 2010 +0300 +++ b/calendarui/views/inc/calenmonthview.h Thu Sep 02 20:25:23 2010 +0300 @@ -86,6 +86,7 @@ QDateTime firstDayOfGrid(); void fetchEntriesAndUpdateModel(); void launchDayView(); + void disconnectAboutToQuitEvent(); private: void createGrid(); @@ -116,6 +117,7 @@ void handleRightEffectCompleted(const HbEffect::EffectStatus &status); void addRemoveActionsInMenu(); void changeOrientation(Qt::Orientation orientation); + void handleThemeChange(); private: bool mIsFirstTimeLoad; @@ -175,6 +177,7 @@ HbMenu *mDeleteSubMenu; QColor mWeekDaysColor; bool mIsAboutToQuitEventConnected; // bool to check if month view is registered to get aboutToQuit signals + QColor mPreviewHeadingColor; }; #endif //CALENMONTHVIEW_H