summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqiodevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
commit83991febd2b98788a0a018e187de0dfb7d95b500 (patch)
treeec363502a3d11082cc54d17b7969f8ba605e1f01 /src/tools/ntqiodevice.h
parent48ea22d00b58a37508567756b2955582cd9efe5a (diff)
downloadtqt-83991feb.tar.gz
tqt-83991feb.zip
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/ntqiodevice.h')
-rw-r--r--src/tools/ntqiodevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/ntqiodevice.h b/src/tools/ntqiodevice.h
index d014265cd..543ab8515 100644
--- a/src/tools/ntqiodevice.h
+++ b/src/tools/ntqiodevice.h
@@ -91,11 +91,7 @@
class Q_EXPORT TQIODevice
{
public:
-#if defined(QT_ABI_QT4)
- typedef TQ_LLONG Offset;
-#else
typedef TQ_ULONG Offset;
-#endif
TQIODevice();
virtual ~TQIODevice();