diff options
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-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 |