src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
--- 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)