--- a/src/hbinput/inputwidgets/hbinputsettingwidget.h Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputsettingwidget.h Tue Jul 06 14:36:53 2010 +0300
@@ -47,6 +47,7 @@
void initializeWidget();
void resetWidget();
+ void resetChineseInputMode();
public slots:
void updateGlobalInputLanguage(const HbInputLanguage &newLanguage);
@@ -68,6 +69,10 @@
void setPrimaryCandidateMode();
void dataChange(const QModelIndex &startIn, const QModelIndex &endIn);
+ void setPortraitInputMethod(int index);
+ void setLandscapeInputMethod(int index);
+ void setHwrSpeed(int index);
+ void setCangjieMode(int index);
protected:
HbInputSettingWidgetPrivate *const d_ptr;