summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kcharcolumn.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:18:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:18:51 -0600
commit5d54d9b2688c958818ab4d016db6ce20ec3422c5 (patch)
treebe45c628f95d97e7196c76638a02948c9ea227ac /khexedit/lib/kcharcolumn.cpp
parent4bb787f41f7cdefac2aac33ef59317b7157302c1 (diff)
downloadtdeutils-5d54d9b2688c958818ab4d016db6ce20ec3422c5.tar.gz
tdeutils-5d54d9b2688c958818ab4d016db6ce20ec3422c5.zip
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'khexedit/lib/kcharcolumn.cpp')
-rw-r--r--khexedit/lib/kcharcolumn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kcharcolumn.cpp b/khexedit/lib/kcharcolumn.cpp
index 10105a0..a075d05 100644
--- a/khexedit/lib/kcharcolumn.cpp
+++ b/khexedit/lib/kcharcolumn.cpp
@@ -37,8 +37,8 @@ static const TQChar DefaultSubstituteChar = (char)'.';
static const TQChar DefaultUndefinedChar = (char)'?';
-KCharColumn::KCharColumn( KColumnsView *CV, KDataBuffer *B, KBufferLayout *L, KBufferRanges *R )
- : KBufferColumn( CV, B, L, R ),
+KCharColumn::KCharColumn( KColumnsView *CV, KDataBuffer *B, TDEBufferLayout *L, TDEBufferRanges *R )
+ : TDEBufferColumn( CV, B, L, R ),
ShowUnprintable( DefaultShowUnprintable ),
SubstituteChar( DefaultSubstituteChar ),
UndefinedChar( DefaultUndefinedChar )