summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocodereply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocodereply_p.h')
-rw-r--r--src/location/maps/qgeocodereply_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeocodereply_p.h b/src/location/maps/qgeocodereply_p.h
index 3e32ddd4..9d274925 100644
--- a/src/location/maps/qgeocodereply_p.h
+++ b/src/location/maps/qgeocodereply_p.h
@@ -55,7 +55,7 @@
#include "qgeocodereply.h"
-#include "qgeoboundingarea.h"
+#include "qgeoshape.h"
#include <QList>
@@ -74,7 +74,7 @@ public:
QString errorString;
bool isFinished;
- QGeoBoundingArea viewport;
+ QGeoShape viewport;
QList<QGeoLocation> locations;
int limit;