summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutingmanager.cpp
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/qgeoroutingmanager.cpp
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/qgeoroutingmanager.cpp')
-rw-r--r--src/location/maps/qgeoroutingmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutingmanager.cpp b/src/location/maps/qgeoroutingmanager.cpp
index a9dcd56d..27ebd904 100644
--- a/src/location/maps/qgeoroutingmanager.cpp
+++ b/src/location/maps/qgeoroutingmanager.cpp
@@ -45,7 +45,7 @@
#include <QLocale>
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
/*!
\class QGeoRoutingManager
@@ -416,4 +416,4 @@ QGeoRoutingManagerPrivate::~QGeoRoutingManagerPrivate()
#include "moc_qgeoroutingmanager.cpp"
-QTM_END_NAMESPACE
+QT_END_NAMESPACE