summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroute_p.h')
-rw-r--r--src/location/maps/qgeoroute_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroute_p.h b/src/location/maps/qgeoroute_p.h
index fbeaf84d..d0495e35 100644
--- a/src/location/maps/qgeoroute_p.h
+++ b/src/location/maps/qgeoroute_p.h
@@ -55,7 +55,7 @@
#include "qgeoroute.h"
#include "qgeorouterequest.h"
-#include "qgeoboundingbox.h"
+#include "qgeorectangle.h"
#include "qgeoroutesegment.h"
#include <QSharedData>
@@ -76,7 +76,7 @@ public:
QString id;
QGeoRouteRequest request;
- QGeoBoundingBox bounds;
+ QGeoRectangle bounds;
// QList<QGeoRouteSegment> routeSegments;
int travelTime;