diff options
Diffstat (limited to 'khexedit/lib/controller/kvalueeditor.h')
-rw-r--r-- | khexedit/lib/controller/kvalueeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kvalueeditor.h b/khexedit/lib/controller/kvalueeditor.h index 4656c36..7fb1292 100644 --- a/khexedit/lib/controller/kvalueeditor.h +++ b/khexedit/lib/controller/kvalueeditor.h @@ -35,7 +35,7 @@ class KValueEditor: public KEditor { EnterValue, IncValue, DecValue, ValueAppend, ValueEdit, LeaveValue, CancelValue, ValueBackspace }; public: - KValueEditor( KValueColumn *VC, KBufferCursor *BC, KHexEdit *HE, KController *P ); + KValueEditor( KValueColumn *VC, TDEBufferCursor *BC, KHexEdit *HE, KController *P ); virtual ~KValueEditor(); public: // KEditor API |