summaryrefslogtreecommitdiffstats
path: root/doc/html/qheader-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qheader-h.html')
-rw-r--r--doc/html/qheader-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qheader-h.html b/doc/html/qheader-h.html
index 95c765a0d..ee92c4a65 100644
--- a/doc/html/qheader-h.html
+++ b/doc/html/qheader-h.html
@@ -95,7 +95,7 @@ class Q_EXPORT TQHeader : public TQWidget
friend class TQTableHeader;
friend class TQListView;
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( Orientation orientation READ orientation WRITE setOrientation )
Q_PROPERTY( bool tracking READ tracking WRITE setTracking )
Q_PROPERTY( int count READ count )
@@ -233,7 +233,7 @@ private:
TQHeaderData *d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQHeader( const TQHeader & );
TQHeader &operator=( const TQHeader & );
#endif