summaryrefslogtreecommitdiffstats
path: root/doc/html/qdataview-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdataview-h.html')
-rw-r--r--doc/html/qdataview-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qdataview-h.html b/doc/html/qdataview-h.html
index 45a7248c..41d895c8 100644
--- a/doc/html/qdataview-h.html
+++ b/doc/html/qdataview-h.html
@@ -80,7 +80,7 @@ body { background: #ffffff; color: black; }
#include "ntqwidget.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
@@ -94,7 +94,7 @@ class TQDataViewPrivate;
class TQM_EXPORT_SQL TQDataView : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQDataView( TQWidget* parent=0, const char* name=0, WFlags fl = 0 );
@@ -114,7 +114,7 @@ public slots:
private:
TQDataViewPrivate* d;
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQDataView( const TQDataView & );
TQDataView &operator=( const TQDataView & );
#endif