diff options
Diffstat (limited to 'src/widgets/ntqtabbar.h')
-rw-r--r-- | src/widgets/ntqtabbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h index 5428e4c92..2172f8bed 100644 --- a/src/widgets/ntqtabbar.h +++ b/src/widgets/ntqtabbar.h @@ -87,7 +87,7 @@ struct TQTabPrivate; class Q_EXPORT TQTabBar: public TQWidget { - Q_OBJECT + TQ_OBJECT Q_ENUMS( Shape ) Q_PROPERTY( Shape shape READ shape WRITE setShape ) Q_PROPERTY( int currentTab READ currentTab WRITE setCurrentTab ) @@ -174,7 +174,7 @@ private: friend class TQTab; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQTabBar( const TQTabBar & ); TQTabBar& operator=( const TQTabBar & ); #endif |