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/qlatin1constant.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/qlatin1constant.h')
-rw-r--r-- | src/location/qlatin1constant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/qlatin1constant.h b/src/location/qlatin1constant.h index d5485507..a8746498 100644 --- a/src/location/qlatin1constant.h +++ b/src/location/qlatin1constant.h @@ -45,7 +45,7 @@ #include <QString> #include <QVariant> -QTM_BEGIN_NAMESPACE +QT_BEGIN_NAMESPACE /* * QLatin1Constant @@ -158,6 +158,6 @@ template<int N> bool operator!=(const QString& b, const QLatin1Constant<N>& a) #define Q_DECLARE_LATIN1_CONSTANT(varname, str) static const QLatin1Constant<sizeof(str)> varname #define Q_DEFINE_LATIN1_CONSTANT(varname, str) const QLatin1Constant<sizeof(str)> varname = {str} -QTM_END_NAMESPACE +QT_END_NAMESPACE #endif |