diff options
Diffstat (limited to 'src/location/maps/qgeotiledmapreply.h')
-rw-r--r-- | src/location/maps/qgeotiledmapreply.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeotiledmapreply.h b/src/location/maps/qgeotiledmapreply.h index e7cfb628..d354e6ad 100644 --- a/src/location/maps/qgeotiledmapreply.h +++ b/src/location/maps/qgeotiledmapreply.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE -class TileSpec; +class QGeoTileSpec; class QGeoTiledMapReplyPrivate; class Q_LOCATION_EXPORT QGeoTiledMapReply : public QObject @@ -67,7 +67,7 @@ public: UnknownError }; - QGeoTiledMapReply(const TileSpec &spec, QObject *parent = 0); + QGeoTiledMapReply(const QGeoTileSpec &spec, QObject *parent = 0); QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent = 0); virtual ~QGeoTiledMapReply(); @@ -77,7 +77,7 @@ public: bool isCached() const; - TileSpec tileSpec() const; + QGeoTileSpec tileSpec() const; QByteArray mapImageData() const; QString mapImageFormat() const; |