diff options
Diffstat (limited to 'doc/html/qsql-h.html')
-rw-r--r-- | doc/html/qsql-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsql-h.html b/doc/html/qsql-h.html index 7e2799230..e60370c4e 100644 --- a/doc/html/qsql-h.html +++ b/doc/html/qsql-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqglobal.h" #endif // QT_H -#if !defined( QT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL ) +#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL ) #define TQM_EXPORT_SQL #else #define TQM_EXPORT_SQL Q_EXPORT @@ -124,7 +124,7 @@ public: }; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSql( const TQSql & ); TQSql &operator=( const TQSql & ); #endif |