From 5841ce6aeff5e01febc0d44b0eea0b371fb19ed8 Mon Sep 17 00:00:00 2001 From: abcd Date: Mon, 12 Sep 2011 13:35:44 +1000 Subject: 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 Reviewed-by: Aaron McCarthy --- src/location/places/qplaceidreply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location/places/qplaceidreply.h') diff --git a/src/location/places/qplaceidreply.h b/src/location/places/qplaceidreply.h index 7c8fe549..1571f438 100644 --- a/src/location/places/qplaceidreply.h +++ b/src/location/places/qplaceidreply.h @@ -43,7 +43,7 @@ #define QPLACEIDREPLY_H #include "qplacereply.h" -#include "qgeoplace.h" +#include "qplace.h" QT_BEGIN_NAMESPACE -- cgit v1.2.1