summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2012-01-04 11:52:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-05 07:05:08 +0100
commit7c2dc2cb57e426bbf8a37cfba988df7a964c5e94 (patch)
treed484b9167194881918174698d40d8d13af2313ae /src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp
parentc9de94f6e4013744e03f93ece7fa960cf500eb12 (diff)
downloadqtlocation-7c2dc2cb57e426bbf8a37cfba988df7a964c5e94.tar.gz
Renames the new mapping classes.
Also moves them into src/location/maps. We still need to take a closer look at which classes are public and which are private, and then do the associated file renaming and addition of private header warnings. Change-Id: Ide0225ad5d5dc23834baaa9f6841646e4c92de39 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp')
-rw-r--r--src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp b/src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp
index 3471304b..697a44bd 100644
--- a/src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp
+++ b/src/plugins/geoservices/nokia/qgeomapreply_nokia.cpp
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
-QGeoMapReplyNokia::QGeoMapReplyNokia(QNetworkReply *reply, const TileSpec &spec, QObject *parent)
+QGeoMapReplyNokia::QGeoMapReplyNokia(QNetworkReply *reply, const QGeoTileSpec &spec, QObject *parent)
: QGeoTiledMapReply(spec, parent),
m_reply(reply)
{