diff options
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 */ |