summaryrefslogtreecommitdiffstats
path: root/src/location/places/qplacecategory.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/qplacecategory.h
parent8fab6bcfc3ef9912852e916b852456327fba299f (diff)
Use mobility namespace instead of places namespace
Diffstat (limited to 'src/location/places/qplacecategory.h')
-rw-r--r--src/location/places/qplacecategory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/location/places/qplacecategory.h b/src/location/places/qplacecategory.h
index c78201de..15a8b307 100644
--- a/src/location/places/qplacecategory.h
+++ b/src/location/places/qplacecategory.h
@@ -5,15 +5,14 @@
#include <QString>
#include <QVariant>
#include <QList>
-#include "qplaceglobal.h"
#include "qplacealternativevalue.h"
-namespace QT_PLACES_NAMESPACE {
+QTM_BEGIN_NAMESPACE
class QPlaceManagerEngine;
class QPlaceCategoryPrivate;
-class Q_PLACES_EXPORT QPlaceCategory
+class Q_LOCATION_EXPORT QPlaceCategory
{
public:
QPlaceCategory();
@@ -44,6 +43,6 @@ private:
QSharedDataPointer<QPlaceCategoryPrivate> d;
};
-} // QT_PLACES_NAMESPACE
+QTM_END_NAMESPACE
#endif // QPLACECATEGORY_H