diff -r 27feeedec790 -r 7ac58b2aae6f calendarui/views/src/calenthicklinesdrawer.cpp --- a/calendarui/views/src/calenthicklinesdrawer.cpp Mon Sep 06 15:58:44 2010 +0530 +++ b/calendarui/views/src/calenthicklinesdrawer.cpp Mon Sep 20 12:44:39 2010 +0530 @@ -127,6 +127,14 @@ } /*! + Overriding the base class function to avoid searching for widgetml/css files + */ +void CalenThickLinesDrawer::polish(HbStyleParameters ¶ms) +{ + Q_UNUSED(params); +} + +/*! Slot to handle the change in theme */ void CalenThickLinesDrawer::handleThemeChange()