diff options
Diffstat (limited to 'doc/html/qaxbase-h.html')
| -rw-r--r-- | doc/html/qaxbase-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxbase-h.html b/doc/html/qaxbase-h.html index d1a91eda7..8ac733496 100644 --- a/doc/html/qaxbase-h.html +++ b/doc/html/qaxbase-h.html @@ -176,13 +176,13 @@ inline TQString TQAxBase::generateDocumentation() inline TQDataStream &operator >>( TQDataStream &s, TQAxBase &c ) { TQAxBase::PropertyBag bag; - c.qObject()->blockSignals( TRUE ); + c.qObject()->blockSignals( true ); TQString control; s >> control; c.setControl( control ); s >> bag; c.setPropertyBag( bag ); - c.qObject()->blockSignals( FALSE ); + c.qObject()->blockSignals( false ); return s; } |
