calendarui/views/dayview/inc/calendayhourscrollarea.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    26 #include "calendaycommonheaders.h"
    26 #include "calendaycommonheaders.h"
    27 
    27 
    28 //forward declarations
    28 //forward declarations
    29 class CalenDayHourElement;
    29 class CalenDayHourElement;
    30 
    30 
       
    31 #ifdef  CALENVIEWS_DLL
       
    32 #define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_EXPORT
       
    33 #else
       
    34 #define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_IMPORT
       
    35 #endif
       
    36 
    31 // Class declaration
    37 // Class declaration
    32 class CalenDayHourScrollArea : public HbScrollArea
    38 class CALENDAYHOURSCROLLAREA_EXPORT CalenDayHourScrollArea : public HbScrollArea
    33 {
    39 {
    34 Q_OBJECT
    40 Q_OBJECT
    35 
    41 
    36 public:
    42 public:
    37     CalenDayHourScrollArea(QGraphicsItem *parent = 0);
    43     CalenDayHourScrollArea(QGraphicsItem *parent = 0);