From 8bef1911cf8834cb58d0558611365b0d5ae4e443 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Jun 2011 16:48:56 +1000 Subject: make QtLocation work while Qt is compiled with namespace Task-number: QTBUG-19972 --- src/location/maps/qgeomaneuver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/location/maps/qgeomaneuver.h') 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 -class QString; QT_BEGIN_HEADER -QTM_BEGIN_NAMESPACE +QT_BEGIN_NAMESPACE +class QString; class QGeoCoordinate; class QGeoManeuverPrivate; @@ -107,7 +107,7 @@ private: QExplicitlySharedDataPointer d_ptr; }; -QTM_END_NAMESPACE +QT_END_NAMESPACE QT_END_HEADER -- cgit v1.2.3