summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.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/qgeorouterequest.h
parent8481a67b62c40d801696e788dc43c659b235defa (diff)
downloadqtlocation-8bef1911cf8834cb58d0558611365b0d5ae4e443.tar.gz
make QtLocation work while Qt is compiled with namespace
Task-number: QTBUG-19972
Diffstat (limited to 'src/location/maps/qgeorouterequest.h')
-rw-r--r--src/location/maps/qgeorouterequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h
index 8fe9f1bf..cdca8989 100644
--- a/src/location/maps/qgeorouterequest.h
+++ b/src/location/maps/qgeorouterequest.h
@@ -50,7 +50,7 @@
QT_BEGIN_HEADER
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
class QGeoCoordinate;
class QGeoBoundingBox;
@@ -163,7 +163,7 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoRouteRequest::RouteOptimizations)
Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoRouteRequest::SegmentDetails)
Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoRouteRequest::ManeuverDetails)
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
QT_END_HEADER