diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h --- a/src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h Wed Jun 23 18:33:25 2010 +0300 @@ -43,8 +43,11 @@ void commitAndUpdate(const QString& string, int replaceFrom = 0, int replaceLength = 0); void deleteOneCharacter(); void smileySelected(QString smiley); + void setPrimaryCandidateMode(HbPrimaryCandidateMode mode); + void setTypingCorrectionLevel(HbTypingCorrectionLevel correctionLevel); public slots: void exactWordPopupClosed(); + void exactWordSelected(); private: Q_DECLARE_PRIVATE_D(d_ptr, HbInputPredictionQwertyHandler) Q_DISABLE_COPY(HbInputPredictionQwertyHandler)