summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeocodereplyosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeocodereplyosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeocodereplyosm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/geoservices/osm/qgeocodereplyosm.h b/src/plugins/geoservices/osm/qgeocodereplyosm.h
index 669ee40d..d089838b 100644
--- a/src/plugins/geoservices/osm/qgeocodereplyosm.h
+++ b/src/plugins/geoservices/osm/qgeocodereplyosm.h
@@ -43,17 +43,17 @@
#define QGEOCODEREPLYOSM_H
#include <QtNetwork/QNetworkReply>
-#include <QtLocation/QGeocodeReply>
+#include <QtLocation/QGeoCodeReply>
QT_BEGIN_NAMESPACE
-class QGeocodeReplyOsm : public QGeocodeReply
+class QGeoCodeReplyOsm : public QGeoCodeReply
{
Q_OBJECT
public:
- explicit QGeocodeReplyOsm(QNetworkReply *reply, QObject *parent = 0);
- ~QGeocodeReplyOsm();
+ explicit QGeoCodeReplyOsm(QNetworkReply *reply, QObject *parent = 0);
+ ~QGeoCodeReplyOsm();
void abort();