src/hbcore/inputfw/hbinputmethod_p.h
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 30 80e4d18b72f5
--- a/src/hbcore/inputfw/hbinputmethod_p.h	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmethod_p.h	Thu Sep 02 20:44:51 2010 +0300
@@ -25,15 +25,14 @@
 #ifndef HB_INPUT_METHOD_P_H
 #define HB_INPUT_METHOD_P_H
 
-#include <QString>
 #include <QPointer>
 
 #include <hbinputmodeproperties.h>
 #include <hbinputstate.h>
 #include <hbinputlanguage.h>
+
 #include "hbinputcontextproxy_p.h"
 
-class HbInputStateMachine;
 class HbInputFilter;
 class HbInputMethod;
 class HbInputMainWindow;
@@ -81,8 +80,7 @@
     void editorRootState(HbInputState &result) const;
     void constructLatinState(HbInputState &result) const;
     HbTextCase initialTextCase(HbInputModeType inputMode) const;
-    HbInputModeType initialInputMode(const HbInputLanguage &language) const;
-    HbInputModeType defaultInputMode(const HbInputLanguage &inputLanguage) const;
+    HbInputModeType initialInputMode(const HbInputLanguage &language) const;    
     void setUpFocusedObjectAsDigitsOnlyEditor();
     void setUpFocusedObjectAsFormattedNumberEditor();
     void setUpFocusedObjectAsPhoneNumberEditor();