src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h	Fri May 14 16:09:54 2010 +0300
@@ -39,14 +39,12 @@
     bool actionHandler(HbInputModeAction action);
     void processExactWord(QString exactWord);
     void sctCharacterSelected(QString character);
-    void characterPreviewAvailable(bool available);
     bool isActive() const; 
     void commitAndUpdate(const QString& string, int replaceFrom = 0, int replaceLength = 0);
     void deleteOneCharacter();
     void smileySelected(QString smiley);
 public slots:
     void exactWordPopupClosed();
-    void charFromPreviewSelected(QString character);
 private:
     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPredictionQwertyHandler)
     Q_DISABLE_COPY(HbInputPredictionQwertyHandler)