summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kvaluecolumn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kvaluecolumn.cpp')
-rw-r--r--khexedit/lib/kvaluecolumn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kvaluecolumn.cpp b/khexedit/lib/kvaluecolumn.cpp
index 645dc89..58833c9 100644
--- a/khexedit/lib/kvaluecolumn.cpp
+++ b/khexedit/lib/kvaluecolumn.cpp
@@ -33,8 +33,8 @@ static const KCoding NotDefaultCoding = DecimalCoding;
static const int DefaultBinaryGapWidth = 1;
-KValueColumn::KValueColumn( KColumnsView *CV, KDataBuffer *B, KBufferLayout *L, KBufferRanges *R )
- : KBufferColumn( CV, B, L, R ),
+KValueColumn::KValueColumn( KColumnsView *CV, KDataBuffer *B, TDEBufferLayout *L, TDEBufferRanges *R )
+ : TDEBufferColumn( CV, B, L, R ),
Coding( NotDefaultCoding ),
ByteCodec( 0 ),
BinaryGapWidth( DefaultBinaryGapWidth )