summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-13 16:39:10 +1000
committerabcd <qt_abcd1@ovi.com>2011-07-14 02:52:13 +0200
commit9910b8c248c4d7ba5223c6a3196abfcd2070acf5 (patch)
tree5a7d76aa0678335b02629a95b7d2922b8abf95cb /src/location/places/qplacedetailsreply.h
parentbebaf4b6411b0729f73ed977798e4024bdb562ac (diff)
downloadqtlocation-9910b8c248c4d7ba5223c6a3196abfcd2070acf5.tar.gz
Allow places branch to work when Qt is built in a namespace.
Change QTM_* to QT_*. Change-Id: I8d0d0a53458ffb2f3ecc26d70a3542fb2cb1bf74 Reviewed-on: http://codereview.qt.nokia.com/1613 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/qplacedetailsreply.h')
-rw-r--r--src/location/places/qplacedetailsreply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h
index fce97f79..1eb3c4f7 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -45,7 +45,7 @@
#include "qplacereply.h"
#include "qgeoplace.h"
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
class QPlaceDetailsReplyPrivate;
class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply
@@ -66,6 +66,6 @@ private:
Q_DECLARE_PRIVATE(QPlaceDetailsReply)
};
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
#endif // QPLACEDETAILSREPLY_H