diff -r bb2d3e476f29 -r a3cb48f6c889 calendarui/views/inc/calenmonthview.h --- a/calendarui/views/inc/calenmonthview.h Mon Aug 09 18:30:52 2010 +0530 +++ b/calendarui/views/inc/calenmonthview.h Wed Aug 25 14:02:13 2010 +0530 @@ -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