From 084dcc3c1983183452d57c39b8f6424ad066349d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Aug 2023 09:52:53 +0900 Subject: Drop USE_TQT4 code Signed-off-by: Michele Calgaro (cherry picked from commit 232924ecce3024442d69de3cc5eef83b4e99d852) --- noatun-plugins/oblique/kbuffer.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'noatun-plugins/oblique/kbuffer.cpp') 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(); } -- cgit v1.2.1