diff --git a/plasma/declarativeimports/plasmacomponents/qml/TextArea.qml b/plasma/declarativeimports/plasmacomponents/qml/TextArea.qml index 2011e9f4..d220deab 100644 --- a/plasma/declarativeimports/plasmacomponents/qml/TextArea.qml +++ b/plasma/declarativeimports/plasmacomponents/qml/TextArea.qml @@ -36,13 +36,6 @@ Item { */ property alias font: textEdit.font - /** - * The currently supported input method hints for the text field. - * - * The default values is Qt.ImhNone. - */ - property int inputMethodHints - /** * Whether the text field is highlighted or not. * diff --git a/plasma/declarativeimports/plasmacomponents/qml/TextField.qml b/plasma/declarativeimports/plasmacomponents/qml/TextField.qml index 10a3d1f0..9761df69 100644 --- a/plasma/declarativeimports/plasmacomponents/qml/TextField.qml +++ b/plasma/declarativeimports/plasmacomponents/qml/TextField.qml @@ -46,14 +46,6 @@ FocusScope { */ property string placeholderText - /** - * type:int - * The currently supported input method hints for the text field. - * - * The default values is Qt.ImhNone. - */ - property alias inputMethodHints: textInput.inputMethodHints - /** * type:font * The font used in the text field.