diff -r db1bf15cefff -r f8e7eccf5f96 calendarwidgetplugin/inc/calendarwidget.h --- 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