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 70b9c41..822ccaa 100644 --- a/khexedit/lib/controller/kvalueeditor.cpp +++ b/khexedit/lib/controller/kvalueeditor.cpp @@ -27,7 +27,7 @@ using namespace KHE; -KValueEditor::KValueEditor( KValueColumn *VC, KBufferCursor *BC, KHexEdit* HE, KController *P ) +KValueEditor::KValueEditor( KValueColumn *VC, TDEBufferCursor *BC, KHexEdit* HE, KController *P ) : KEditor( BC, HE, P ), ValueColumn( VC ), InEditMode( false ), |