summaryrefslogtreecommitdiffstats
path: root/doc/html/qglobal-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qglobal-h.html')
-rw-r--r--doc/html/qglobal-h.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html
index 9c4aba67..c12d1134 100644
--- a/doc/html/qglobal-h.html
+++ b/doc/html/qglobal-h.html
@@ -319,7 +319,7 @@ body { background: #ffffff; color: black; }
/* ??? */
# define Q_BROKEN_TEMPLATE_SPECIALIZATION
/* no template classes in TQVariant */
-# define QT_NO_TEMPLATE_VARIANT
+# define TQT_NO_TEMPLATE_VARIANT
/* Wcc does not fill in functions needed by valuelists, maps, and
valuestacks implicitly */
# define Q_FULL_TEMPLATE_INSTANTIATION
@@ -327,9 +327,9 @@ body { background: #ffffff; color: black; }
# define Q_FULL_TEMPLATE_INSTANTIATION_MEMCMP
/* these are not useful to our customers */
# define QT_QWS_NO_SHM
-# define QT_NO_QWS_MULTIPROCESS
-# define QT_NO_SQL
-# define QT_NO_QWS_CURSOR
+# define TQT_NO_QWS_MULTIPROCESS
+# define TQT_NO_SQL
+# define TQT_NO_QWS_CURSOR
# endif
#elif defined(__GNUC__)
@@ -615,7 +615,7 @@ body { background: #ffffff; color: black; }
#elif defined(Q_OS_UNIX)
# if defined(TQWS)
# define Q_WS_QWS
-# define QT_NO_QWS_IM
+# define TQT_NO_QWS_IM
# elif defined(Q_OS_MACX)
# define Q_WS_MACX
# else
@@ -811,28 +811,28 @@ class TQDataStream;
// prune to local config
#include "ntqmodules.h"
#ifndef TQT_MODULE_DIALOGS
-# define QT_NO_DIALOG
+# define TQT_NO_DIALOG
#endif
#ifndef TQT_MODULE_WORKSPACE
-# define QT_NO_WORKSPACE
+# define TQT_NO_WORKSPACE
#endif
#ifndef TQT_MODULE_NETWORK
-#define QT_NO_NETWORK
+#define TQT_NO_NETWORK
#endif
#ifndef TQT_MODULE_CANVAS
-# define QT_NO_CANVAS
+# define TQT_NO_CANVAS
#endif
#ifndef TQT_MODULE_TABLE
-#define QT_NO_TABLE
+#define TQT_NO_TABLE
#endif
#ifndef TQT_MODULE_XML
-# define QT_NO_XML
+# define TQT_NO_XML
#endif
#ifndef TQT_MODULE_OPENGL
-# define QT_NO_OPENGL
+# define TQT_NO_OPENGL
#endif
#if !defined(TQT_MODULE_SQL)
-# define QT_NO_SQL
+# define TQT_NO_SQL
#endif
#if defined(Q_WS_MAC9)
@@ -857,8 +857,8 @@ class TQDataStream;
# endif
#endif
-#if !defined(Q_WS_QWS) && !defined(QT_NO_COP)
-# define QT_NO_COP
+#if !defined(Q_WS_QWS) && !defined(TQT_NO_COP)
+# define TQT_NO_COP
#endif
#ifndef QT_H
@@ -971,14 +971,14 @@ Q_EXPORT int qWinVersion();
// Debugging and error handling
//
-#if !defined(QT_NO_CHECK)
+#if !defined(TQT_NO_CHECK)
# define QT_CHECK_STATE // check state of objects etc.
# define QT_CHECK_RANGE // check range of indexes etc.
# define QT_CHECK_NULL // check null pointers
# define QT_CHECK_MATH // check math functions
#endif
-#if !defined(QT_NO_DEBUG) && !defined(QT_DEBUG)
+#if !defined(TQT_NO_DEBUG) && !defined(QT_DEBUG)
# define QT_DEBUG // display debug messages
# if !defined(TQT_NO_COMPAT) // compatibility with TQt 2
# if !defined(NO_DEBUG) && !defined(DEBUG)
@@ -1102,13 +1102,13 @@ Q_EXPORT const char *tqInstallPathSysconf();
/*
Avoid some particularly useless warnings from some stupid compilers.
To get ALL C++ compiler warnings, define QT_CC_WARNINGS or comment out
- the line "#define QT_NO_WARNINGS"
+ the line "#define TQT_NO_WARNINGS"
*/
#if !defined(QT_CC_WARNINGS)
-# define QT_NO_WARNINGS
+# define TQT_NO_WARNINGS
#endif
-#if defined(QT_NO_WARNINGS)
+#if defined(TQT_NO_WARNINGS)
# if defined(Q_CC_MSVC)
# pragma warning(disable: 4244) // 'conversion' conversion from 'type1' to 'type2', possible loss of data
# pragma warning(disable: 4275) // non - DLL-interface classkey 'identifier' used as base for DLL-interface classkey 'identifier'