summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 11:13:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 15:20:25 +0900
commitccc0d8e4efbe32950a9cb8cfd60e981cc7347b67 (patch)
treeeb762c372d58591a4babb43b6533f3b9d56adfe4 /doc/man
parent541b90072523725854cb5d61f1bdce50dbcc6b31 (diff)
downloadtqt3-ccc0d8e4efbe32950a9cb8cfd60e981cc7347b67.tar.gz
tqt3-ccc0d8e4efbe32950a9cb8cfd60e981cc7347b67.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5eccf2a5e3f08b708221dd5a2042eeb58f176cf1)
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man3/tqlistview.3qt2
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