diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 13:18:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 13:18:51 -0600 |
commit | 5d54d9b2688c958818ab4d016db6ce20ec3422c5 (patch) | |
tree | be45c628f95d97e7196c76638a02948c9ea227ac /khexedit/lib/kvaluecolumn.h | |
parent | 4bb787f41f7cdefac2aac33ef59317b7157302c1 (diff) | |
download | tdeutils-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/kvaluecolumn.h')
-rw-r--r-- | khexedit/lib/kvaluecolumn.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/khexedit/lib/kvaluecolumn.h b/khexedit/lib/kvaluecolumn.h index 7aa287e..e0a515d 100644 --- a/khexedit/lib/kvaluecolumn.h +++ b/khexedit/lib/kvaluecolumn.h @@ -26,17 +26,17 @@ namespace KHE { -class KBufferRanges; +class TDEBufferRanges; /** buffer column which displays the numerical values of the bytes * *@author Friedrich W. H. Kossebau */ -class KValueColumn : public KBufferColumn +class KValueColumn : public TDEBufferColumn { public: - KValueColumn( KColumnsView *CV, KDataBuffer *B, KBufferLayout *L, KBufferRanges *R ); + KValueColumn( KColumnsView *CV, KDataBuffer *B, TDEBufferLayout *L, TDEBufferRanges *R ); virtual ~KValueColumn(); public: @@ -60,7 +60,7 @@ class KValueColumn : public KBufferColumn const KByteCodec *byteCodec() const; - protected: // KBufferColumn API + protected: // TDEBufferColumn API virtual void drawByte( TQPainter *P, char Byte, KHEChar B, const TQColor &Color ) const; virtual void recalcByteWidth(); |