--- a/src/hbplugins/inputmethods/touchinput/hbinputbasic12keyhandler.h Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputbasic12keyhandler.h Mon May 03 12:48:33 2010 +0300
@@ -36,13 +36,15 @@
~HbInputBasic12KeyHandler();
bool isComposing() const;
- void listInputModes(QVector<HbInputModeProperties>& modes) const;
bool actionHandler(HbInputModeAction action);
bool filterEvent(const QKeyEvent * event);
public slots:
void cursorPositionChanged(int oldPos, int newPos);
+protected:
+ HbInputBasic12KeyHandler(HbInputBasic12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
+
private:
Q_DECLARE_PRIVATE_D(d_ptr, HbInputBasic12KeyHandler)
Q_DISABLE_COPY(HbInputBasic12KeyHandler)