diff options
Diffstat (limited to 'doc/html/qcheckbox-h.html')
-rw-r--r-- | doc/html/qcheckbox-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcheckbox-h.html b/doc/html/qcheckbox-h.html index 88f853373..f3cb9efb9 100644 --- a/doc/html/qcheckbox-h.html +++ b/doc/html/qcheckbox-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } class Q_EXPORT TQCheckBox : public TQButton { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool checked READ isChecked WRITE setChecked ) Q_PROPERTY( bool tristate READ isTristate WRITE setTristate ) Q_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true ) @@ -113,7 +113,7 @@ protected: void updateMask(); bool hitButton( const TQPoint &pos ) const; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQCheckBox( const TQCheckBox & ); TQCheckBox &operator=( const TQCheckBox & ); #endif |