summaryrefslogtreecommitdiffstats
path: root/doc/html/qsqlform-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsqlform-h.html')
-rw-r--r--doc/html/qsqlform-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qsqlform-h.html b/doc/html/qsqlform-h.html
index bcc08398b..597b21a52 100644
--- a/doc/html/qsqlform-h.html
+++ b/doc/html/qsqlform-h.html
@@ -81,7 +81,7 @@ body { background: #ffffff; color: black; }
#include "ntqmap.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
@@ -98,7 +98,7 @@ class TQSqlFormPrivate;
class TQM_EXPORT_SQL TQSqlForm : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQSqlForm( TQObject * parent = 0, const char * name = 0 );
~TQSqlForm();
@@ -133,7 +133,7 @@ private:
virtual void sync();
TQSqlFormPrivate* d;
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQSqlForm( const TQSqlForm & );
TQSqlForm &operator=( const TQSqlForm & );
#endif