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/kdbt.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/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 |