From 75f54ed56adfe86c9e6f2c932ac3453592acddd6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:09:16 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- noatun-plugins/oblique/kdbt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/oblique/kdbt.h') 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 -- cgit v1.2.1