diff options
Diffstat (limited to 'doc/object.doc')
| -rw-r--r-- | doc/object.doc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/object.doc b/doc/object.doc index f434930c6..863e3ba79 100644 --- a/doc/object.doc +++ b/doc/object.doc @@ -409,7 +409,7 @@ this:  But we need to make the auto mask property designable in some TQWidget  subclasses. Similarly some classes will need this property to be  scriptable (e.g. for QSA). This is achieved by overriding these -features of the property in a subclass. In QCheckBox, for example, we +features of the property in a subclass. In TQCheckBox, for example, we  achieve this using the following code:  \code      TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true ) | 
