diff options
Diffstat (limited to 'src/widgets/ntqtoolbutton.h')
-rw-r--r-- | src/widgets/ntqtoolbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/ntqtoolbutton.h index ac2c2df45..e78cf33f6 100644 --- a/src/widgets/ntqtoolbutton.h +++ b/src/widgets/ntqtoolbutton.h @@ -56,7 +56,7 @@ class TQPopupMenu; class Q_EXPORT TQToolButton : public TQButton { - Q_OBJECT + TQ_OBJECT Q_ENUMS( TextPosition ) Q_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet ) @@ -149,7 +149,7 @@ protected: // ### Make virtual in 4.0, maybe act like TQPushButton with // regards to setFlat() instead? Andy bool uses3D() const; -#if (QT_VERSION >= 0x040000) +#if (TQT_VERSION >= 0x040000) #error "Some functions need to be changed to virtual for TQt 4.0" #endif @@ -181,7 +181,7 @@ private: uint hasArrow : 1; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQToolButton( const TQToolButton & ); TQToolButton& operator=( const TQToolButton & ); #endif |