diff options
Diffstat (limited to 'noatun-plugins/oblique/kdbt.h')
-rw-r--r-- | noatun-plugins/oblique/kdbt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/oblique/kdbt.h b/noatun-plugins/oblique/kdbt.h index ec3f25e..a9baa9e 100644 --- a/noatun-plugins/oblique/kdbt.h +++ b/noatun-plugins/oblique/kdbt.h @@ -33,7 +33,7 @@ public: // } /** set "thang" to the contents of obj */ void set(const T& obj) { -// KBuffer buffer(thang); +// TDEBuffer buffer(thang); TQDataStream ds(&thang); ds << obj; // std::cerr << "thang size " << thang.size() << endl; @@ -53,7 +53,7 @@ public: private: /** Internal data */ // TQByteArray thang; - KBuffer thang; + TDEBuffer thang; }; #endif |