diff options
Diffstat (limited to 'doc/html/qglobal-h.html')
-rw-r--r-- | doc/html/qglobal-h.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index c12d11349..491876c0d 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -1040,12 +1040,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 *); |