calendarwidgetplugin/inc/calendarwidget.h
changeset 1 f8e7eccf5f96
parent 0 db1bf15cefff
child 4 6ea82847f1b7
--- a/calendarwidgetplugin/inc/calendarwidget.h	Tue Jul 06 11:55:49 2010 +0300
+++ b/calendarwidgetplugin/inc/calendarwidget.h	Wed Aug 18 09:37:48 2010 +0300
@@ -211,9 +211,13 @@
 private: // data
     Q_DISABLE_COPY(CalendarWidget)
     QTranslator* mCommonTranslator;
+    bool mWidgetLoaded;
     
     //For documentation purpose
     ContentLayoutHandler* mContent;
+    //to get the widget shape
+    HbLabel* mWidgetBackground;
+    HbLabel* mIconLabel;
 };
 
 #endif // CALENDARWIDGET_H