diff options
Diffstat (limited to 'doc/man/man3/tqhboxlayout.3qt')
-rw-r--r-- | doc/man/man3/tqhboxlayout.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqhboxlayout.3qt b/doc/man/man3/tqhboxlayout.3qt index 52e3bc3dc..2113d706f 100644 --- a/doc/man/man3/tqhboxlayout.3qt +++ b/doc/man/man3/tqhboxlayout.3qt @@ -39,7 +39,7 @@ The simplest use of the class is like this: .br TQBoxLayout * l = new TQHBoxLayout( widget ); .br - l->setAutoAdd( TRUE ); + l->setAutoAdd( true ); .br new QSomeWidget( widget ); .br |