diff options
Diffstat (limited to 'doc/html/qtoolbutton-h.html')
-rw-r--r-- | doc/html/qtoolbutton-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtoolbutton-h.html b/doc/html/qtoolbutton-h.html index 09bc3ea49..34034bb5d 100644 --- a/doc/html/qtoolbutton-h.html +++ b/doc/html/qtoolbutton-h.html @@ -92,7 +92,7 @@ class TQPopupMenu; class Q_EXPORT TQToolButton : public TQButton { - Q_OBJECT + TQ_OBJECT Q_ENUMS( TextPosition ) Q_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet ) @@ -185,7 +185,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 @@ -217,7 +217,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 |