diff options
Diffstat (limited to 'src/tools/ntqiodevice.h')
-rw-r--r-- | src/tools/ntqiodevice.h | 4 |
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(); |