summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereview.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-06-03 14:45:11 +1000
committerabcd <qt-info@nokia.com>2011-06-03 14:45:11 +1000
commit784a82c0fe23911fdb2a4e7d62b02fa1af6b6eee (patch)
tree1fbc80f20cd9904195b750ebce3ef2950f3a3433 /src/location/places/qplacereview.h
parent8fab6bcfc3ef9912852e916b852456327fba299f (diff)
downloadqtlocation-784a82c0fe23911fdb2a4e7d62b02fa1af6b6eee.tar.gz
Use mobility namespace instead of places namespace
Diffstat (limited to 'src/location/places/qplacereview.h')
-rw-r--r--src/location/places/qplacereview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/places/qplacereview.h b/src/location/places/qplacereview.h
index 11f86f2c..5c558aeb 100644
--- a/src/location/places/qplacereview.h
+++ b/src/location/places/qplacereview.h
@@ -3,14 +3,14 @@
#include <QSharedDataPointer>
#include <QStringList>
-#include "qplaceglobal.h"
+#include "qmobilityglobal.h"
#include "qplacesupplier.h"
-namespace QT_PLACES_NAMESPACE {
+QTM_BEGIN_NAMESPACE
class QPlaceReviewPrivate;
-class Q_PLACES_EXPORT QPlaceReview
+class Q_LOCATION_EXPORT QPlaceReview
{
public:
QPlaceReview();
@@ -56,6 +56,6 @@ private:
QSharedDataPointer<QPlaceReviewPrivate> d;
};
-} // QT_PLACES_NAMESPACE
+QTM_END_NAMESPACE
#endif // QPLACEREVIEW_H