summaryrefslogtreecommitdiff
path: root/tests/auto/qgeolocation/tst_qgeolocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeolocation/tst_qgeolocation.h')
-rw-r--r--tests/auto/qgeolocation/tst_qgeolocation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qgeolocation/tst_qgeolocation.h b/tests/auto/qgeolocation/tst_qgeolocation.h
index 49bde170..7f413842 100644
--- a/tests/auto/qgeolocation/tst_qgeolocation.h
+++ b/tests/auto/qgeolocation/tst_qgeolocation.h
@@ -51,7 +51,7 @@
#include <qgeoaddress.h>
#include <qgeocoordinate.h>
#include <qgeolocation.h>
-#include <qgeoboundingbox.h>
+#include <QtLocation/QGeoRectangle>
QT_USE_NAMESPACE
@@ -86,7 +86,7 @@ private:
QGeoAddress m_address;
QGeoCoordinate m_coordinate;
- QGeoBoundingBox m_viewport;
+ QGeoRectangle m_viewport;
};
Q_DECLARE_METATYPE( QGeoCoordinate::CoordinateFormat);