summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomapsphere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapsphere.cpp')
-rw-r--r--src/location/maps/qgeomapsphere.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/location/maps/qgeomapsphere.cpp b/src/location/maps/qgeomapsphere.cpp
index f3b1199c..b828a901 100644
--- a/src/location/maps/qgeomapsphere.cpp
+++ b/src/location/maps/qgeomapsphere.cpp
@@ -40,10 +40,10 @@
****************************************************************************/
#include "qgeomapsphere_p.h"
-#include "qgeotilecache.h"
-#include "qgeotile.h"
-#include "qgeomap.h"
+#include "qgeotilecache_p.h"
+#include "qgeotile_p.h"
#include "qgeomap_p.h"
+#include "qgeomap_p_p.h"
#include "qgeomappingmanager.h"
@@ -57,6 +57,8 @@
#include <QVector>
#include <QTimer>
+QT_BEGIN_NAMESPACE
+
QGeoMapSphere::QGeoMapSphere(QGeoMap* map, QGeoMapPrivate *mapPrivate, QGeoTileCache *tileCache)
: QObject(0),
tileCache_(tileCache),
@@ -225,3 +227,5 @@ void QGeoMapSphere::paintGL(QGLPainter *painter)
updateMutex.unlock();
}
+
+QT_END_NAMESPACE