diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 11:13:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 11:13:23 +0900 |
commit | 5eccf2a5e3f08b708221dd5a2042eeb58f176cf1 (patch) | |
tree | a37958e0d18541af73d19ff2e5a817f65ac870bf /doc/man/man3 | |
parent | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (diff) | |
download | tqt3-5eccf2a5e3f08b708221dd5a2042eeb58f176cf1.tar.gz tqt3-5eccf2a5e3f08b708221dd5a2042eeb58f176cf1.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3')
-rw-r--r-- | doc/man/man3/tqlistview.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt index 4ecc34a4a..737d4d28d 100644 --- a/doc/man/man3/tqlistview.3qt +++ b/doc/man/man3/tqlistview.3qt @@ -769,7 +769,7 @@ The rectangle returned does not include any children of the rectangle (i.e. it u .br QRect r( listView->itemRect( item ) ); .br - r.setHeight( (QCOORD)(QMIN( item->totalHeight(), + r.setHeight( (QCOORD)(TQMIN( item->totalHeight(), .br listView->viewport->height() - r.y() ) ) ) .br |