--- a/src/hbplugins/inputmethods/touchinput/virtual12key.h Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/virtual12key.h Thu Sep 02 20:44:51 2010 +0300
@@ -28,7 +28,6 @@
#include <QPointer>
#include <hbinputabstractbase.h>
-#include <hbinputvirtualrocker.h>
#include <hbinputvkbwidget.h>
class HbKeymap;
@@ -101,8 +100,7 @@
public slots:
void keypadClosed();
void keypadOpened();
- void keypadCloseEventDetected(HbInputVkbWidget::HbVkbCloseMethod vkbCloseMethod);
- void rockerDirection(int direction, HbInputVirtualRocker::RockerSelectionMode selectionMode);
+ void keypadCloseEventDetected(HbInputVkbWidget::HbVkbCloseMethod vkbCloseMethod);
void orientationChanged();
void candidatePopupClosed(int closingKey, const QString &candidate);
void flickEvent(HbInputVkbWidget::HbFlickDirection direction);
@@ -134,9 +132,8 @@
HbInputPrediction12KeyHandler *mPredictionModeHandler;
HbInputBasic12KeyHandler *mBasicModeHandler;
HbInputNumeric12KeyHandler *mNumericModeHandler;
-
- QPointer<HbVkbHost> mVkbHost;
- bool mKeyboardChangeAlreadyInprogress;
+
+ QPointer<HbVkbHost> mVkbHost;
};
#endif // _Virtual12Key_H