calendarui/views/inc/calenmonthview.h
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
child 81 ce92091cbd61
--- 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