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 4b5a5d0..9722c7c 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>Q_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 dd8d61a..a43fb73 100644
--- a/doc/html/qglobal-h.html
+++ b/doc/html/qglobal-h.html
@@ -1040,12 +1040,6 @@ Q_EXPORT bool qt_check_pointer( bool c, const char *, int );
# define Q_CHECK_PTR(p)
#endif
-#if !defined(QT_NO_COMPAT) // compatibility with Qt 2
-# if !defined(CHECK_PTR)
-# define CHECK_PTR(x) Q_CHECK_PTR(x)
-# endif
-#endif // QT_NO_COMPAT
-
enum QtMsgType { QtDebugMsg, QtWarningMsg, QtFatalMsg };
typedef void (*QtMsgHandler)(QtMsgType, const char *);