From 7f4d09f20062c6b26342f91d5cec5d859c58d662 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 Oct 2018 23:55:03 +0900 Subject: Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. Signed-off-by: Michele Calgaro --- src/tools/ntqglobal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tools/ntqglobal.h') diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index e92c825f..11d6db8b 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 *); -- cgit v1.2.3