summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroutingmanagerengine_p.h
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-06-21 16:48:56 +1000
committerAlex <qt-info@nokia.com>2011-06-21 16:48:56 +1000
commit8bef1911cf8834cb58d0558611365b0d5ae4e443 (patch)
tree938e646f30e158ed02f26503e1d897b84e17f964 /src/location/maps/qgeoroutingmanagerengine_p.h
parent8481a67b62c40d801696e788dc43c659b235defa (diff)
make QtLocation work while Qt is compiled with namespace
Task-number: QTBUG-19972
Diffstat (limited to 'src/location/maps/qgeoroutingmanagerengine_p.h')
-rw-r--r--src/location/maps/qgeoroutingmanagerengine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutingmanagerengine_p.h b/src/location/maps/qgeoroutingmanagerengine_p.h
index 63afc8dc..1b26aa0b 100644
--- a/src/location/maps/qgeoroutingmanagerengine_p.h
+++ b/src/location/maps/qgeoroutingmanagerengine_p.h
@@ -58,7 +58,7 @@
#include <QMap>
#include <QLocale>
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
class QGeoRoutingManagerEnginePrivate
{
@@ -85,6 +85,6 @@ private:
Q_DISABLE_COPY(QGeoRoutingManagerEnginePrivate)
};
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
#endif