diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbplugins/inputmethods/common/hbinputspellquerydialog.h --- a/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h Wed Jun 23 18:33:25 2010 +0300 @@ -39,6 +39,11 @@ HbInputSpellQuery(HbInputMethod *mOwner,HbInputPredictionHandler *predictionHandler); ~HbInputSpellQuery(); void launch(QString editorText); + enum HbSpellCloseReason { + HbOkPressed, + HbCancelPressed, + HbForceClose + }; public slots: void dialogClosed(HbAction* action); private: