diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-28 09:52:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-31 09:48:05 +0900 |
commit | 084dcc3c1983183452d57c39b8f6424ad066349d (patch) | |
tree | b6b1082780e30dc3de6fe949d307245ff62c3171 /noatun-plugins/oblique/kbuffer.cpp | |
parent | c0f59ca3de54666e024e9d54f4742f9230319aee (diff) | |
download | tdeaddons-084dcc3c1983183452d57c39b8f6424ad066349d.tar.gz tdeaddons-084dcc3c1983183452d57c39b8f6424ad066349d.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 232924ecce3024442d69de3cc5eef83b4e99d852)
Diffstat (limited to 'noatun-plugins/oblique/kbuffer.cpp')
-rw-r--r-- | noatun-plugins/oblique/kbuffer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/noatun-plugins/oblique/kbuffer.cpp b/noatun-plugins/oblique/kbuffer.cpp index 6c08025..b7e5ae0 100644 --- a/noatun-plugins/oblique/kbuffer.cpp +++ b/noatun-plugins/oblique/kbuffer.cpp @@ -33,11 +33,7 @@ void TDEBuffer::flush(){ } /** query buffer size */ -#ifdef USE_QT4 -qint64 TDEBuffer::size() const { -#else // USE_QT4 TQ_ULONG TDEBuffer::size() const { -#endif // USE_QT4 return buf.size(); } |