diff -r 0b38fc5b94c6 -r 2c54b51f39c4 calendarui/views/dayview/inc/calendaycontentscrollarea.h --- a/calendarui/views/dayview/inc/calendaycontentscrollarea.h Mon Jul 12 02:32:28 2010 +0530 +++ b/calendarui/views/dayview/inc/calendaycontentscrollarea.h Mon Jul 26 13:54:38 2010 +0530 @@ -24,8 +24,14 @@ // User includes #include "calendaycommonheaders.h" +#ifdef CALENVIEWS_DLL +#define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_EXPORT +#else +#define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_IMPORT +#endif + // Class declaration -class CalenDayContentScrollArea : public HbScrollArea +class CALENDAYCONTENTSCROLLAREA_EXPORT CalenDayContentScrollArea : public HbScrollArea { Q_OBJECT