summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/controller/kvalueeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/controller/kvalueeditor.cpp')
-rw-r--r--khexedit/lib/controller/kvalueeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kvalueeditor.cpp b/khexedit/lib/controller/kvalueeditor.cpp
index 4f32789..9baff80 100644
--- a/khexedit/lib/controller/kvalueeditor.cpp
+++ b/khexedit/lib/controller/kvalueeditor.cpp
@@ -115,7 +115,7 @@ bool KValueEditor::handleKeyPress( TQKeyEvent *KeyEvent )
BufferCursor->gotoRealIndex();
KSection ChangedRange( Index,HexEdit->DataBuffer->size()-1 );
HexEdit->BufferRanges->addChangedRange( ChangedRange );
- HexEdit->tqrepaintChanged();
+ HexEdit->repaintChanged();
HexEdit->ensureCursorVisible();
HexEdit->unpauseCursor();
HexEdit->updateCursor();