diff -r 4633027730f5 -r e6ad4ef83b23 src/hbplugins/inputmethods/common/hbinputmodehandler.h --- a/src/hbplugins/inputmethods/common/hbinputmodehandler.h Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputmodehandler.h Thu Sep 02 20:44:51 2010 +0300 @@ -72,7 +72,7 @@ HbInputModeActionFocusRecieved, // focus received state HbInputModeActionFocusLost, // focus lost state HbInputModeActionCancelButtonPress, - HbInputModeActionCloseSpellQuery, + HbInputModeActionCloseSpellQuery, HbInputModeActionRestorePreviousState // more.. }; @@ -92,7 +92,7 @@ virtual void commitAndUpdate(const QString& string, int replaceFrom = 0, int replaceLength = 0, bool isAsync = false); void sendAndUpdate(QEvent &event); virtual void setKeymap(const HbKeymap* keymap); - void togglePrediction(); + void togglePrediction(); signals: // incase one mode handler is not capable of processing the events. @@ -188,7 +188,6 @@ void commitExactWord(); virtual void candidatePopupClosed(QString activatedWord, int closingKey); virtual void showExactWordPopupIfNeeded(); - void closeSpellQueryDialog(); void spellQueryDialogClosed(QObject *savedFocusObject,HbInputSpellQuery::HbSpellCloseReason closeReason,const QString &string); void setAutocompletionStatus(bool status); public slots: @@ -197,6 +196,7 @@ void sctCharacterSelected(QString character); void smileySelected(QString smiley); void launchSpellQueryDialog(); + void closeSpellQueryDialog(); signals://some useful signals related to popups void launchInputQueryPopup(QString editWord);