summaryrefslogtreecommitdiffstats
path: root/doc/html/qsqleditorfactory-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsqleditorfactory-h.html')
-rw-r--r--doc/html/qsqleditorfactory-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsqleditorfactory-h.html b/doc/html/qsqleditorfactory-h.html
index 100e4262..7ce6e30d 100644
--- a/doc/html/qsqleditorfactory-h.html
+++ b/doc/html/qsqleditorfactory-h.html
@@ -80,7 +80,7 @@ body { background: #ffffff; color: black; }
#include "ntqeditorfactory.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
@@ -102,7 +102,7 @@ public:
static void installDefaultFactory( TQSqlEditorFactory * factory );
private:
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQSqlEditorFactory( const TQSqlEditorFactory & );
TQSqlEditorFactory &operator=( const TQSqlEditorFactory & );
#endif