calendarui/views/dayview/inc/calendaycontentscrollarea.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    22 #include <hbscrollarea.h>
    22 #include <hbscrollarea.h>
    23 
    23 
    24 // User includes
    24 // User includes
    25 #include "calendaycommonheaders.h"
    25 #include "calendaycommonheaders.h"
    26 
    26 
       
    27 #ifdef  CALENVIEWS_DLL
       
    28 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_EXPORT
       
    29 #else
       
    30 #define CALENDAYCONTENTSCROLLAREA_EXPORT Q_DECL_IMPORT
       
    31 #endif
       
    32 
    27 // Class declaration
    33 // Class declaration
    28 class CalenDayContentScrollArea : public HbScrollArea
    34 class CALENDAYCONTENTSCROLLAREA_EXPORT CalenDayContentScrollArea : public HbScrollArea
    29 {
    35 {
    30 Q_OBJECT
    36 Q_OBJECT
    31 
    37 
    32 public:
    38 public:
    33     CalenDayContentScrollArea(QGraphicsItem *parent = 0);
    39     CalenDayContentScrollArea(QGraphicsItem *parent = 0);