src/hbplugins/inputmethods/common/hbinputpredictionhandler_p.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbplugins/inputmethods/common/hbinputpredictionhandler_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputpredictionhandler_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -28,6 +28,7 @@
 #include "hbinputmodehandler_p.h"
 
 class HbPredictionEngine;
+class HbInputSpellQuery;
 QT_BEGIN_NAMESPACE
 class QStringList;
 class QInputMethodEvent;
@@ -56,6 +57,7 @@
     void handleEmptyCandidateList();
     void showExactWordPopupIfNeeded();
     QList<HbKeyPressProbability> probableKeypresses();
+    void setPreEditTextToEditor(QString string);
 public:
     HbPredictionEngine  *mEngine;
     QStringList         *mCandidates;
@@ -66,6 +68,7 @@
     bool                mCanContinuePrediction;
     bool                mShowTooltip;
     Qt::KeyboardModifiers mModifiers;
+    HbInputSpellQuery *mSpellQueryDialog;
 
 public:
     void updateEditor();