diff options
Diffstat (limited to 'khexedit/lib/controller/kvalueeditor.cpp')
-rw-r--r-- | khexedit/lib/controller/kvalueeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kvalueeditor.cpp b/khexedit/lib/controller/kvalueeditor.cpp index 9baff80..70b9c41 100644 --- a/khexedit/lib/controller/kvalueeditor.cpp +++ b/khexedit/lib/controller/kvalueeditor.cpp @@ -207,7 +207,7 @@ void KValueEditor::doValueEditAction( KValueEditAction Action, int Input ) EditValue = NewValue; ByteCodec->encode( ByteBuffer, 0, EditValue ); - HexEdit->DataBuffer->tqreplace( Index, 1, (char*)&EditValue, 1 ); + HexEdit->DataBuffer->replace( Index, 1, (char*)&EditValue, 1 ); } HexEdit->updateCursor(); |