equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef HGWIDGET_H |
18 #ifndef HGWIDGET_H |
19 #define HGWIDGET_H |
19 #define HGWIDGET_H |
20 |
20 |
21 #include <QItemSelectionModel> |
21 #include <QItemSelectionModel> |
22 #include <hbglobal.h> |
22 #include <HbGlobal> |
23 #include <hbnamespace.h> |
23 #include <hbnamespace.h> |
24 #include <hbwidget.h> |
24 #include <HbWidget> |
25 |
25 |
26 #ifdef BUILD_HG_WIDGETS |
26 #ifdef BUILD_HG_WIDGETS |
27 # define HG_WIDGETS_EXPORT Q_DECL_EXPORT |
27 # define HG_WIDGETS_EXPORT Q_DECL_EXPORT |
28 # define HG_WIDGETS_PRIVATE_EXPORT Q_DECL_EXPORT |
28 # define HG_WIDGETS_PRIVATE_EXPORT Q_DECL_EXPORT |
29 #else |
29 #else |