summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacedetailsreply.h')
-rw-r--r--src/location/places/qplacedetailsreply.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h
index 1eb3c4f7..dc16618d 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -43,7 +43,7 @@
#define QPLACEDETAILSREPLY_H
#include "qplacereply.h"
-#include "qgeoplace.h"
+#include "qplace.h"
QT_BEGIN_NAMESPACE
@@ -57,10 +57,10 @@ public:
QPlaceReply::Type type() const;
- QGeoPlace result() const;
+ QPlace result() const;
protected:
- void setResult(const QGeoPlace &result);
+ void setResult(const QPlace &result);
private:
Q_DISABLE_COPY(QPlaceDetailsReply)
Q_DECLARE_PRIVATE(QPlaceDetailsReply)