calendarui/views/dayview/inc/calendayhourscrollarea.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 81 ce92091cbd61
--- 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 <hbscrollarea.h>
 #include <QDateTime>
+#include <HbScrollArea>
 
 // 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;