From 5d54d9b2688c958818ab4d016db6ce20ec3422c5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:18:51 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- khexedit/lib/controller/knavigator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit/lib/controller/knavigator.cpp') diff --git a/khexedit/lib/controller/knavigator.cpp b/khexedit/lib/controller/knavigator.cpp index 156068e..9ae06c9 100644 --- a/khexedit/lib/controller/knavigator.cpp +++ b/khexedit/lib/controller/knavigator.cpp @@ -86,8 +86,8 @@ void KNavigator::moveCursor( KMoveAction Action, bool Select ) { HexEdit->pauseCursor( true ); - KBufferCursor *BufferCursor = HexEdit->BufferCursor; - KBufferRanges *BufferRanges = HexEdit->BufferRanges; + TDEBufferCursor *BufferCursor = HexEdit->BufferCursor; + TDEBufferRanges *BufferRanges = HexEdit->BufferRanges; if( Select ) { -- cgit v1.2.1