diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:18:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:18:51 -0600 |
commit | 5d54d9b2688c958818ab4d016db6ce20ec3422c5 (patch) | |
tree | be45c628f95d97e7196c76638a02948c9ea227ac /khexedit/lib/kcharcoltextexport.cpp | |
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/kcharcoltextexport.cpp')
-rw-r--r-- | khexedit/lib/kcharcoltextexport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kcharcoltextexport.cpp b/khexedit/lib/kcharcoltextexport.cpp index d53d187..c540cc6 100644 --- a/khexedit/lib/kcharcoltextexport.cpp +++ b/khexedit/lib/kcharcoltextexport.cpp @@ -25,7 +25,7 @@ using namespace KHE; KCharColTextExport::KCharColTextExport( const KCharColumn* TC, const char *D, KCoordRange CR, const TQString &CodecName ) - : KBufferColTextExport( TC, D, CR, 1 ), + : TDEBufferColTextExport( TC, D, CR, 1 ), CharCodec( KCharCodec::createCodec(CodecName) ), SubstituteChar( TC->substituteChar() ), UndefinedChar( TC->undefinedChar() ) |