src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler_p.h
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
--- a/src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -32,7 +32,6 @@
 #include "hbinputprediction12keyhandler.h"
 
 class HbAction;
-class HbInputSpellQuery;
 
 class HbInputPrediction12KeyHandlerPrivate: public HbInputPredictionHandlerPrivate
 {
@@ -52,24 +51,6 @@
     QChar mCurrentChar;
     bool mLongPressHappened;
     bool mShiftKeyDoubleTap;
-    HbInputSpellQuery *mInputSpellQuery;
 };
 
-class HbInputSpellQuery : public HbInputDialog
-{
-Q_OBJECT
-public:
-    HbInputSpellQuery(HbInputPrediction12KeyHandlerPrivate *owner);
-    void getPositionAndSize(QPointF & pos,QSizeF & size, QRectF &geom);
-    void launch(QString editorText);
-public slots:
-    void dialogClosed(HbAction* action);    
-private:
-    HbInputState mSavedState;
-    bool mDidHandleFinish;
-    QPointer<QObject> mSavedFocusObject;
-    HbInputPrediction12KeyHandlerPrivate* mOwner;
-    QString mSavedEditorText;
-    HbAction *mPrimaryAction;
-};
 #endif //HB_INPUT_PREDICTION_12KEY_HANDLER_PRIVATE