summaryrefslogtreecommitdiffstats
path: root/src/location/maps/tiled/qgeotiledmaprequest.h
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-08-11 11:36:49 +1000
committerDavid Laing <david.laing@nokia.com>2010-08-11 11:48:49 +1000
commit6fe21d076d824ac2f06e2f9456ad797ff73690a5 (patch)
tree748c726888feb43feef6e5241b269b884962caaa /src/location/maps/tiled/qgeotiledmaprequest.h
parent457539b65165e9e1d1dc526aecb7b04293cfb8db (diff)
Changed QGeoMapWidget to QGraphicsGeoMap as per API review.
Diffstat (limited to 'src/location/maps/tiled/qgeotiledmaprequest.h')
-rw-r--r--src/location/maps/tiled/qgeotiledmaprequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/tiled/qgeotiledmaprequest.h b/src/location/maps/tiled/qgeotiledmaprequest.h
index 38608d2d86..48b3346502 100644
--- a/src/location/maps/tiled/qgeotiledmaprequest.h
+++ b/src/location/maps/tiled/qgeotiledmaprequest.h
@@ -42,7 +42,7 @@
#ifndef QGEOTILEDMAPREQUEST_H
#define QGEOTILEDMAPREQUEST_H
-#include "qgeomapwidget.h"
+#include "qgraphicsgeomap.h"
#include <QRect>
#include <QSharedDataPointer>
@@ -69,7 +69,7 @@ public:
QGeoTiledMapData *mapData() const;
- QGeoMapWidget::MapType mapType() const;
+ QGraphicsGeoMap::MapType mapType() const;
int zoomLevel() const;
int row() const;