diff options
Diffstat (limited to 'khexedit/lib/controller/keditor.cpp')
-rw-r--r-- | khexedit/lib/controller/keditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/controller/keditor.cpp b/khexedit/lib/controller/keditor.cpp index 513f41d..b99f099 100644 --- a/khexedit/lib/controller/keditor.cpp +++ b/khexedit/lib/controller/keditor.cpp @@ -28,7 +28,7 @@ using namespace KHE; -KEditor::KEditor( KBufferCursor *BC, KHexEdit* HE, KController *P ) +KEditor::KEditor( TDEBufferCursor *BC, KHexEdit* HE, KController *P ) : KController( HE, P ), BufferCursor( BC ) { |