From 83991febd2b98788a0a018e187de0dfb7d95b500 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Jul 2023 23:09:59 +0900 Subject: Remove Qt4 related stuff Signed-off-by: Michele Calgaro --- src/tools/qtextstream.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/qtextstream.cpp') diff --git a/src/tools/qtextstream.cpp b/src/tools/qtextstream.cpp index 37937e6d0..85059dafc 100644 --- a/src/tools/qtextstream.cpp +++ b/src/tools/qtextstream.cpp @@ -384,11 +384,7 @@ bool TQStringBuffer::at( Offset pos ) #endif if ( pos >= s->length()*2 ) { #if defined(QT_CHECK_RANGE) -#if defined(QT_ABI_QT4) - tqWarning( "TQStringBuffer::at: Index %lld out of range", pos ); -#else tqWarning( "TQStringBuffer::at: Index %lu out of range", pos ); -#endif #endif return FALSE; } -- cgit v1.2.1