summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomaneuver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomaneuver.h')
-rw-r--r--src/location/maps/qgeomaneuver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index dd9a9e67..26603fee 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -42,7 +42,7 @@
#ifndef QGEOMANEUVER_H
#define QGEOMANEUVER_H
-#include <QExplicitlySharedDataPointer>
+#include <qshareddata.h>
QT_BEGIN_HEADER
@@ -104,7 +104,7 @@ public:
QGeoCoordinate waypoint() const;
private:
- QExplicitlySharedDataPointer<QGeoManeuverPrivate> d_ptr;
+ QSharedDataPointer<QGeoManeuverPrivate> d_ptr;
};
QT_END_NAMESPACE