equal
deleted
inserted
replaced
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); |