diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:09:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:09:16 -0600 |
commit | 75f54ed56adfe86c9e6f2c932ac3453592acddd6 (patch) | |
tree | 90705dfcfda19db384a0d6bfac0c5d433e2924c8 /noatun-plugins/oblique/kbuffer.h | |
parent | 20de04ce44f63fb911103d7870d39d2782d14cda (diff) | |
download | tdeaddons-75f54ed56adfe86c9e6f2c932ac3453592acddd6.tar.gz tdeaddons-75f54ed56adfe86c9e6f2c932ac3453592acddd6.zip |
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'noatun-plugins/oblique/kbuffer.h')
-rw-r--r-- | noatun-plugins/oblique/kbuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/oblique/kbuffer.h b/noatun-plugins/oblique/kbuffer.h index 0341fef..18f9b3b 100644 --- a/noatun-plugins/oblique/kbuffer.h +++ b/noatun-plugins/oblique/kbuffer.h @@ -14,10 +14,10 @@ *@author Eray Ozkural (exa) */ -class KBuffer : public TQIODevice { +class TDEBuffer : public TQIODevice { public: - KBuffer(); - ~KBuffer(); + TDEBuffer(); + ~TDEBuffer(); /** open a memory buffer */ bool open(int mode); /** read in a block of memory */ |