summaryrefslogtreecommitdiff
path: root/src/location/places/places.pri
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-11-14 18:05:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 05:37:21 +0100
commit7c12c5ea6eecde65b35ef0b004c2e347f06ec1ad (patch)
tree7ca832c9c19d9c416243a369a975da3dccc46e52 /src/location/places/places.pri
parent4beb6dfa7f818ced9aff296728519d4a6590eb5c (diff)
downloadqtlocation-7c12c5ea6eecde65b35ef0b004c2e347f06ec1ad.tar.gz
Rename textPrediction to searchSuggestion
A suggestion is a more appropriate term since 'prediction' implies that the search term just is auto-completed. Suggestions may be given that do not derive directly from the entered partial search term. Also rename TextPredictionModel to PlaceSearchSuggestionModel. Change-Id: Ib7100e0c52c21196ecc70c8c25a94abfaecc9125 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/places.pri')
-rw-r--r--src/location/places/places.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/places.pri b/src/location/places/places.pri
index c13c77ac..2960a44c 100644
--- a/src/location/places/places.pri
+++ b/src/location/places/places.pri
@@ -25,7 +25,7 @@ PUBLIC_HEADERS += \
places/qplacedetailsreply.h \
places/qplaceidreply.h \
places/qplacesearchreply.h \
- places/qplacetextpredictionreply.h \
+ places/qplacesearchsuggestionreply.h \
#manager and engine
places/qplacemanager.h \
places/qplacemanagerengine.h
@@ -72,7 +72,7 @@ SOURCES += \
places/qplacereply.cpp \
places/qplacedetailsreply.cpp \
places/qplacesearchreply.cpp \
- places/qplacetextpredictionreply.cpp \
+ places/qplacesearchsuggestionreply.cpp \
#manager and engine
places/qplacemanager.cpp \
places/qplacemanagerengine.cpp