calendarui/views/dayview/inc/calendayhourscrollarea.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
--- 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