src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.h	Mon May 03 12:48:33 2010 +0300
@@ -37,10 +37,11 @@
 
     bool actionHandler(HbInputModeAction action);
     bool filterEvent(const QKeyEvent * event);
-    void listInputModes(QVector<HbInputModeProperties>& aResults) const;
     bool isActive() const; 
     void processCustomWord(QString customWord);
 	void mouseHandler(int cursorPosition, QMouseEvent* mouseEvent);
+protected:
+	HbInputPrediction12KeyHandler(HbInputPrediction12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
 private:
     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPrediction12KeyHandler)
     Q_DISABLE_COPY(HbInputPrediction12KeyHandler)