summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-06-22 16:22:44 +1000
committerabcd <qt-info@nokia.com>2011-06-22 16:22:44 +1000
commit47a2918ed8e48a4cf923464fbe91de2aa5c8f231 (patch)
tree98ce64ccfe9c6e8ec212165f5008137d38420a58 /src/location/places/qplacedetailsreply.h
parent8e562196d8c7d873b38af2041cf1674a106e52a3 (diff)
downloadqtlocation-47a2918ed8e48a4cf923464fbe91de2aa5c8f231.tar.gz
Use QGeoPlace instead of QPlace
QGeoPlace was an already existing class in mobility.
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 875d07e5..fce97f79 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -43,7 +43,7 @@
#define QPLACEDETAILSREPLY_H
#include "qplacereply.h"
-#include "qplace.h"
+#include "qgeoplace.h"
QTM_BEGIN_NAMESPACE
@@ -57,10 +57,10 @@ public:
QPlaceReply::Type type() const;
- QPlace result() const;
+ QGeoPlace result() const;
protected:
- void setResult(const QPlace &result);
+ void setResult(const QGeoPlace &result);
private:
Q_DISABLE_COPY(QPlaceDetailsReply)
Q_DECLARE_PRIVATE(QPlaceDetailsReply)