diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-07-13 16:39:10 +1000 |
---|---|---|
committer | abcd <qt_abcd1@ovi.com> | 2011-07-14 02:52:13 +0200 |
commit | 9910b8c248c4d7ba5223c6a3196abfcd2070acf5 (patch) | |
tree | 5a7d76aa0678335b02629a95b7d2922b8abf95cb /src/location/places/qplacedescription.h | |
parent | bebaf4b6411b0729f73ed977798e4024bdb562ac (diff) | |
download | qtlocation-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/qplacedescription.h')
-rw-r--r-- | src/location/places/qplacedescription.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplacedescription.h b/src/location/places/qplacedescription.h index 599c46ea..0a386d78 100644 --- a/src/location/places/qplacedescription.h +++ b/src/location/places/qplacedescription.h @@ -47,7 +47,7 @@ #include "qmobilityglobal.h" #include "qplacesupplier.h" -QTM_BEGIN_NAMESPACE +QT_BEGIN_NAMESPACE class QPlaceDescriptionPrivate; @@ -83,6 +83,6 @@ private: QSharedDataPointer<QPlaceDescriptionPrivate> d; }; -QTM_END_NAMESPACE +QT_END_NAMESPACE #endif // QPLACEDESCRIPTION_H |