summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereply.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/qplacereply.h
parent8fab6bcfc3ef9912852e916b852456327fba299f (diff)
downloadqtlocation-784a82c0fe23911fdb2a4e7d62b02fa1af6b6eee.tar.gz
Use mobility namespace instead of places namespace
Diffstat (limited to 'src/location/places/qplacereply.h')
-rw-r--r--src/location/places/qplacereply.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h
index bba2fdbd..beec52b4 100644
--- a/src/location/places/qplacereply.h
+++ b/src/location/places/qplacereply.h
@@ -1,13 +1,13 @@
#ifndef QPLACEREPLY_H
#define QPLACEREPLY_H
-#include "qplaceglobal.h"
+#include "qmobilityglobal.h"
#include <QObject>
-namespace QT_PLACES_NAMESPACE {
+QTM_BEGIN_NAMESPACE
class QPlaceReplyPrivate;
-class Q_PLACES_EXPORT QPlaceReply : public QObject
+class Q_LOCATION_EXPORT QPlaceReply : public QObject
{
Q_OBJECT
public:
@@ -58,6 +58,6 @@ private:
QPlaceReplyPrivate *d;
};
-} // QT_PLACES_NAMESPACE
+QTM_END_NAMESPACE
#endif // QPLACEREPLY_H