diff options
Diffstat (limited to 'kregexpeditor/singlecontainerwidget.cpp')
-rw-r--r-- | kregexpeditor/singlecontainerwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/singlecontainerwidget.cpp b/kregexpeditor/singlecontainerwidget.cpp index 2413236..27035af 100644 --- a/kregexpeditor/singlecontainerwidget.cpp +++ b/kregexpeditor/singlecontainerwidget.cpp @@ -126,7 +126,7 @@ void SingleContainerWidget::updateAll() void SingleContainerWidget::updateCursorRecursively() { _child->updateCursorRecursively(); - updatetqCursorShape(); + updateCursorShape(); } |