calendarui/views/inc/calengriditemprototype.h
changeset 63 a3cb48f6c889
parent 45 b6db4fd4947b
--- a/calendarui/views/inc/calengriditemprototype.h	Mon Aug 09 18:30:52 2010 +0530
+++ b/calendarui/views/inc/calengriditemprototype.h	Wed Aug 25 14:02:13 2010 +0530
@@ -32,15 +32,13 @@
 
 // CONSTANTS
 const QString focusIconName = "qtg_fr_cal_focused_day_ind";
-const QString eventIndname = "qtg_graf_cal_event_ind";
+const QString eventIndname = ":/qtg_graf_cal_event_ind.svg";
 
 class CalenGridItemPrototype : public HbGridViewItem
 {
 	Q_OBJECT
 
 public:
-	CalenGridItemPrototype(QColor todayIndColor, QColor activeColor, QColor inActiveColor, 
-	                       QGraphicsWidget *parent = 0);
 	CalenGridItemPrototype(QGraphicsWidget *parent = 0);
 	virtual ~CalenGridItemPrototype()
 	{
@@ -54,12 +52,14 @@
 	bool canSetModelIndex(const QModelIndex& index);
 	void createPrimitives();
 
+public slots:
+
+	void handleThemeChange();
+
 private:
-	QColor mTodayUnderLineColor;
 	QColor mActiveTextColor;
 	QColor mInActiveTextColor;
 	QColor mCurrentDateColor;
-	QColor mGridBorderColor;
 	HbIconItem *mEventIndicatorItem;
 	HbTextItem *mMonthDayInfoItem;
 	HbFrameItem *mFocusIndicatorItem;