summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomaneuver.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/qgeomaneuver.h
parent8481a67b62c40d801696e788dc43c659b235defa (diff)
make QtLocation work while Qt is compiled with namespace
Task-number: QTBUG-19972
Diffstat (limited to 'src/location/maps/qgeomaneuver.h')
-rw-r--r--src/location/maps/qgeomaneuver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index a50af961..83245ede 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -46,11 +46,11 @@
#include <QExplicitlySharedDataPointer>
-class QString;
QT_BEGIN_HEADER
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
+class QString;
class QGeoCoordinate;
class QGeoManeuverPrivate;
@@ -107,7 +107,7 @@ private:
QExplicitlySharedDataPointer<QGeoManeuverPrivate> d_ptr;
};
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
QT_END_HEADER