diff options
Diffstat (limited to 'khexedit/lib/controller/kchareditor.h')
-rw-r--r-- | khexedit/lib/controller/kchareditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/kchareditor.h b/khexedit/lib/controller/kchareditor.h index fba1f66..e15d616 100644 --- a/khexedit/lib/controller/kchareditor.h +++ b/khexedit/lib/controller/kchareditor.h @@ -29,7 +29,7 @@ class KCharColumn; class KCharEditor : public KEditor { public: - KCharEditor( KCharColumn *CC, KBufferCursor *BC, KHexEdit *HE, KController *P ); + KCharEditor( KCharColumn *CC, TDEBufferCursor *BC, KHexEdit *HE, KController *P ); public: // KEditor API virtual bool handleKeyPress( TQKeyEvent *KeyEvent ); |