src/hbcore/inputfw/hbinputmodeproperties.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputmodeproperties.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmodeproperties.h	Fri May 14 16:09:54 2010 +0300
@@ -119,27 +119,12 @@
         return iLanguage.asString() + QString(" ") + QString::number(iMode) + QString(" ") + QString::number(iKeyboard);
     }
 
-public:
+private:
     HbInputModeType iMode;
     HbInputLanguage iLanguage;
     HbKeyboardType iKeyboard;
 };
 
-/*!
-\deprecated HbInputModeProperties::iMode
-    is deprecated. It will become private.
-*/
-
-/*!
-\deprecated HbInputModeProperties::iLanguage
-    is deprecated. It will become private.
-*/
-
-/*!
-\deprecated HbInputModeProperties::iKeyboard
-    is deprecated. It will become private.
-*/
-
 #endif // HB_INPUT_MODE_PROPERTIES_H
 
 // End of file