From 83991febd2b98788a0a018e187de0dfb7d95b500 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 9 Jul 2023 23:09:59 +0900
Subject: Remove Qt4 related stuff

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/tools/ntqfileinfo.h | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'src/tools/ntqfileinfo.h')

diff --git a/src/tools/ntqfileinfo.h b/src/tools/ntqfileinfo.h
index 3924a13fa..86cfe6b2e 100644
--- a/src/tools/ntqfileinfo.h
+++ b/src/tools/ntqfileinfo.h
@@ -119,13 +119,7 @@ public:
 
     bool	permission( int permissionSpec ) const;
 
-#if (TQT_VERSION-0 >= 0x040000)
-#error "TQFileInfo::size() should return TQIODevice::Offset instead of uint"
-#elif defined(QT_ABI_QT4)
-    TQIODevice::Offset size()	const;
-#else
     uint	size()		const;
-#endif
 
     TQDateTime	created()	const;
     TQDateTime	lastModified()	const;
-- 
cgit v1.2.1