diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/table-statistics-statistics-cpp.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/table-statistics-statistics-cpp.html')
| -rw-r--r-- | doc/html/table-statistics-statistics-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index e4a99c1e8..01c8c9fe0 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -66,7 +66,7 @@ const char* dirs[] = { <a name="f145"></a>Table::Table() : <a href="ntqtable.html">TQTable</a>( 10, 100, 0, "table" ) { - <a href="ntqtable.html#setSorting">setSorting</a>( TRUE ); + <a href="ntqtable.html#setSorting">setSorting</a>( true ); <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); @@ -144,7 +144,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) clearCell( numRows() - 1, 0 ); clearCell( numRows() - 1, 1 ); // do sort - TQTable::<a href="ntqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); + TQTable::<a href="ntqtable.html#sortColumn">sortColumn</a>( col, ascending, true ); // re-insert sum row recalcSum( 0, 1 ); } @@ -168,7 +168,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) : <a href="qtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) { // we do not want this item to be replaced - <a href="qtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); + <a href="qtableitem.html#setReplaceable">setReplaceable</a>( false ); } <a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const |
