summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/porting.html1
-rw-r--r--doc/html/qglobal-h.html6
2 files changed, 0 insertions, 7 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index 78db2bc6..e8c24e74 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -220,7 +220,6 @@ previously disabled, please check these macro variables:
<p> The name of some debugging macro functions has been changed:
<p> <ul>
<li> <tt>ASSERT</tt> becomes <tt>Q_ASSERT</tt>
-<li> <tt>CHECK_PTR</tt> becomes <tt>TQ_CHECK_PTR</tt>
</ul>
<p> For the record, undocumented macro variables that are not part of the API
have been changed:
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html
index c12d1134..491876c0 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 *);