diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/statistics-example.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/statistics-example.html')
| -rw-r--r-- | doc/html/statistics-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 56275aa95..56c21beba 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -126,7 +126,7 @@ const char* dirs[] = { <a name="f578"></a>Table::Table() : <a href="tqtable.html">TQTable</a>( 10, 100, 0, "table" ) { - <a href="tqtable.html#setSorting">setSorting</a>( TRUE ); + <a href="tqtable.html#setSorting">setSorting</a>( true ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); @@ -204,7 +204,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) clearCell( numRows() - 1, 0 ); clearCell( numRows() - 1, 1 ); // do sort - TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); + TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, true ); // re-insert sum row recalcSum( 0, 1 ); } @@ -228,7 +228,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) : <a href="tqtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) { // we do not want this item to be replaced - <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); + <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( false ); } <a name="x2785"></a>TQWidget *ComboItem::<a href="tqtableitem.html#createEditor">createEditor</a>() const |
