diff options
author | Alex <qt-info@nokia.com> | 2011-06-21 16:48:56 +1000 |
---|---|---|
committer | Alex <qt-info@nokia.com> | 2011-06-21 16:48:56 +1000 |
commit | 8bef1911cf8834cb58d0558611365b0d5ae4e443 (patch) | |
tree | 938e646f30e158ed02f26503e1d897b84e17f964 /src/location/qgeoaddress.h | |
parent | 8481a67b62c40d801696e788dc43c659b235defa (diff) | |
download | qtlocation-8bef1911cf8834cb58d0558611365b0d5ae4e443.tar.gz |
make QtLocation work while Qt is compiled with namespace
Task-number: QTBUG-19972
Diffstat (limited to 'src/location/qgeoaddress.h')
-rw-r--r-- | src/location/qgeoaddress.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/qgeoaddress.h b/src/location/qgeoaddress.h index 06d411bb..2e542fca 100644 --- a/src/location/qgeoaddress.h +++ b/src/location/qgeoaddress.h @@ -45,10 +45,10 @@ #include "qmobilityglobal.h" #include <QSharedDataPointer> -class QString; -QTM_BEGIN_NAMESPACE +QT_BEGIN_NAMESPACE +class QString; class QGeoAddressPrivate; class Q_LOCATION_EXPORT QGeoAddress { @@ -94,6 +94,6 @@ private: QSharedDataPointer<QGeoAddressPrivate> d; }; -QTM_END_NAMESPACE +QT_END_NAMESPACE #endif |