diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuviewbuilder.cpp --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuviewbuilder.cpp Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuviewbuilder.cpp Fri Jul 09 14:36:01 2010 +0300 @@ -63,6 +63,8 @@ lineEdit->setText(""); lineEdit->setFocus(); + lineEdit->setInputMethodHints(Qt::ImhNoPredictiveText | + Qt::ImhNoAutoUppercase); } }