diff options
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r-- | framework/qml/TextEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml index 609b85db..8a5c2bb9 100644 --- a/framework/qml/TextEditor.qml +++ b/framework/qml/TextEditor.qml | |||
@@ -52,7 +52,7 @@ FocusScope { | |||
52 | } | 52 | } |
53 | } | 53 | } |
54 | 54 | ||
55 | Kube.DocumentHandler { | 55 | Kube.TextDocumentHandler { |
56 | id: document | 56 | id: document |
57 | document: edit.textDocument | 57 | document: edit.textDocument |
58 | selectionStart: edit.selectionStart | 58 | selectionStart: edit.selectionStart |