summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-09-12 13:35:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-23 05:31:20 +0200
commit5841ce6aeff5e01febc0d44b0eea0b371fb19ed8 (patch)
tree3098a61397642addbf88792c68fb6789bd35dafb /src/location/places/qplacedetailsreply.h
parenta758d5641c330504941b531cc62f836ea11919c7 (diff)
downloadqtlocation-5841ce6aeff5e01febc0d44b0eea0b371fb19ed8.tar.gz
Rename QGeoPlace to QPlace
This is to be more consistent with the other place classes like QPlaceManager. The alternative would be for everything to have the QGeo prefix e.g QGePlaceManager, QGeoPlaceCategory, the Geo prefix does not help much in avoiding name collisions since 'Place' shouldn't collide with anything anyway. For classes like routing the Geo prefix is necessary to give context for what's being routed. Change-Id: Ibcf6e6909a41ea0ce2c402e24b427496d06bf243 Reviewed-on: http://codereview.qt-project.org/5210 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
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)