summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroute.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/qgeoroute.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/qgeoroute.h')
-rw-r--r--src/location/maps/qgeoroute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroute.h b/src/location/maps/qgeoroute.h
index 151fbc86..eca734dd 100644
--- a/src/location/maps/qgeoroute.h
+++ b/src/location/maps/qgeoroute.h
@@ -51,7 +51,7 @@
QT_BEGIN_HEADER
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
class QGeoBoundingBox;
class QGeoRouteSegment;
@@ -98,7 +98,7 @@ private:
QExplicitlySharedDataPointer<QGeoRoutePrivate> d_ptr;
};
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
QT_END_HEADER