summaryrefslogtreecommitdiff
path: root/src/location/places/qplacesearchresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacesearchresult.h')
-rw-r--r--src/location/places/qplacesearchresult.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacesearchresult.h b/src/location/places/qplacesearchresult.h
index 17dce2be..0af4a3cf 100644
--- a/src/location/places/qplacesearchresult.h
+++ b/src/location/places/qplacesearchresult.h
@@ -47,7 +47,7 @@
#include <QSharedDataPointer>
#include <QVariant>
#include <QString>
-#include "qplace.h"
+#include "qgeoplace.h"
QTM_BEGIN_NAMESPACE
@@ -98,8 +98,8 @@ public:
SearchResultType type() const;
void setType(const SearchResultType &type);
- QPlace place() const;
- void setPlace(const QPlace &place);
+ QGeoPlace place() const;
+ void setPlace(const QGeoPlace &place);
QString didYouMeanSuggestion() const;
void setDidYouMeanSuggestion(const QString &didYouMeanSuggestion);