diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:03 +0900 |
commit | 7f4d09f20062c6b26342f91d5cec5d859c58d662 (patch) | |
tree | bfd1631a1641ef52fd3f7fdd11d8bfca31427538 /src | |
parent | 23b535df5bc08e8f5e98270859c5dc5c73f4ebdd (diff) | |
download | tqt3-7f4d09f20062c6b26342f91d5cec5d859c58d662.tar.gz tqt3-7f4d09f20062c6b26342f91d5cec5d859c58d662.zip |
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/ntqglobal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index e92c825fc..11d6db8bb 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -1009,12 +1009,6 @@ Q_EXPORT bool tqt_check_pointer( bool c, const char *, int ); # define TQ_CHECK_PTR(p) #endif -#if !defined(TQT_NO_COMPAT) // compatibility with TQt 2 -# if !defined(CHECK_PTR) -# define CHECK_PTR(x) TQ_CHECK_PTR(x) -# endif -#endif // TQT_NO_COMPAT - enum TQtMsgType { TQtDebugMsg, TQtWarningMsg, TQtFatalMsg }; typedef void (*TQtMsgHandler)(TQtMsgType, const char *); |