diff options
author | Michele Calgaro <[email protected]> | 2023-06-03 10:43:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-03 10:43:37 +0900 |
commit | a75445b4c3c2fe24d377625acd8bb058b2bd971a (patch) | |
tree | a624fa03bd81f105a9c499e3a8ea229a6509c97a /src/tools/ntqmemarray.h | |
parent | 0b3c8dfbc927e2843c2c62842d53a723d1f1e727 (diff) | |
download | tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.tar.gz tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/ntqmemarray.h')
-rw-r--r-- | src/tools/ntqmemarray.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tools/ntqmemarray.h b/src/tools/ntqmemarray.h index 2febfb23b..8a07bf9a9 100644 --- a/src/tools/ntqmemarray.h +++ b/src/tools/ntqmemarray.h @@ -112,10 +112,6 @@ public: ConstIterator end() const { return data() + size(); } }; -#ifndef TQT_NO_COMPAT -#define TQArray TQMemArray -#endif - #define Q_DEFINED_QMEMARRAY #include "ntqwinexport.h" -#endif // TQARRAY_H +#endif |