diff -r 0b38fc5b94c6 -r 2c54b51f39c4 calendarui/views/dayview/inc/calendayhourscrollarea.h --- a/calendarui/views/dayview/inc/calendayhourscrollarea.h Mon Jul 12 02:32:28 2010 +0530 +++ b/calendarui/views/dayview/inc/calendayhourscrollarea.h Mon Jul 26 13:54:38 2010 +0530 @@ -28,8 +28,14 @@ //forward declarations class CalenDayHourElement; +#ifdef CALENVIEWS_DLL +#define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_EXPORT +#else +#define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_IMPORT +#endif + // Class declaration -class CalenDayHourScrollArea : public HbScrollArea +class CALENDAYHOURSCROLLAREA_EXPORT CalenDayHourScrollArea : public HbScrollArea { Q_OBJECT