diff -r 2c54b51f39c4 -r bb2d3e476f29 calendarui/views/dayview/inc/calendayhourscrollarea.h --- a/calendarui/views/dayview/inc/calendayhourscrollarea.h Mon Jul 26 13:54:38 2010 +0530 +++ b/calendarui/views/dayview/inc/calendayhourscrollarea.h Mon Aug 09 18:30:52 2010 +0530 @@ -19,16 +19,16 @@ #define CALENDAYHOURSCROLLAREA_H_ // System includes -#include #include +#include // User includes #include "calendaycommonheaders.h" -//forward declarations +// Forward declarations class CalenDayHourElement; -#ifdef CALENVIEWS_DLL +#ifdef CALENVIEWS_DLL #define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_EXPORT #else #define CALENDAYHOURSCROLLAREA_EXPORT Q_DECL_IMPORT @@ -37,11 +37,12 @@ // Class declaration class CALENDAYHOURSCROLLAREA_EXPORT CalenDayHourScrollArea : public HbScrollArea { -Q_OBJECT + Q_OBJECT public: CalenDayHourScrollArea(QGraphicsItem *parent = 0); virtual ~CalenDayHourScrollArea(); + void setDateTime(const QDateTime &dateTime); QDateTime dateTime() const;