summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/qglobal.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:09:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:09:40 -0600
commit9ba1ac7f1c73233eb133f35babbcbb7f89dabb50 (patch)
tree629d086618d4d61c0c942e515f190e5b91b276fe /qtinterface/qt4/Qt/qglobal.h
parent543fa670b11b8990e54233d52bddc9840b45ac6d (diff)
downloadtqtinterface-9ba1ac7f1c73233eb133f35babbcbb7f89dabb50.tar.gz
tqtinterface-9ba1ac7f1c73233eb133f35babbcbb7f89dabb50.zip
Rename additional global functions and variables for tqt3
Diffstat (limited to 'qtinterface/qt4/Qt/qglobal.h')
-rw-r--r--qtinterface/qt4/Qt/qglobal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/qt4/Qt/qglobal.h b/qtinterface/qt4/Qt/qglobal.h
index 7ab2b24..ce0db11 100644
--- a/qtinterface/qt4/Qt/qglobal.h
+++ b/qtinterface/qt4/Qt/qglobal.h
@@ -1677,7 +1677,7 @@ Q_CORE_EXPORT void qt_assert_x(const char *where, const char *what, const char *
# endif
#endif
-Q_CORE_EXPORT void qt_check_pointer(const char *, int);
+Q_CORE_EXPORT void tqt_check_pointer(const char *, int);
#ifndef QT_NO_EXCEPTIONS
Q_CORE_EXPORT void qBadAlloc();
@@ -1687,7 +1687,7 @@ Q_CORE_EXPORT void qBadAlloc();
# if defined(QT_NO_DEBUG)
# define Q_CHECK_PTR(p) qt_noop();
# else
-# define Q_CHECK_PTR(p) do {if(!(p))qt_check_pointer(__FILE__,__LINE__);} while (0)
+# define Q_CHECK_PTR(p) do {if(!(p))tqt_check_pointer(__FILE__,__LINE__);} while (0)
# endif
#else
# define Q_CHECK_PTR(p) do { if (!(p)) qBadAlloc(); } while (0)