summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqheader.h')
-rw-r--r--src/widgets/ntqheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqheader.h b/src/widgets/ntqheader.h
index 4ebe46c94..09a2ce359 100644
--- a/src/widgets/ntqheader.h
+++ b/src/widgets/ntqheader.h
@@ -59,7 +59,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 )
@@ -197,7 +197,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