diff options
Diffstat (limited to 'doc/html/qpushbutton-h.html')
-rw-r--r-- | doc/html/qpushbutton-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpushbutton-h.html b/doc/html/qpushbutton-h.html index 924311a36..e3f6c4e21 100644 --- a/doc/html/qpushbutton-h.html +++ b/doc/html/qpushbutton-h.html @@ -88,7 +88,7 @@ class TQPopupMenu; class Q_EXPORT TQPushButton : public TQButton { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool autoDefault READ autoDefault WRITE setAutoDefault ) Q_PROPERTY( bool default READ isDefault WRITE setDefault ) @@ -173,7 +173,7 @@ private: friend class TQDialog; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQPushButton( const TQPushButton & ); TQPushButton &operator=( const TQPushButton & ); #endif |