summaryrefslogtreecommitdiffstats
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-24 11:13:23 +0900
commit5eccf2a5e3f08b708221dd5a2042eeb58f176cf1 (patch)
treea37958e0d18541af73d19ff2e5a817f65ac870bf
parent089d5266f0fbf9be6612e9c5f92a3f008f29241c (diff)
downloadtqt3-5eccf2a5e3f08b708221dd5a2042eeb58f176cf1.tar.gz
tqt3-5eccf2a5e3f08b708221dd5a2042eeb58f176cf1.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/coordsys.doc2
-rw-r--r--doc/man/man3/tqlistview.3qt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/coordsys.doc b/doc/coordsys.doc
index 356fb12e..311430d9 100644
--- a/doc/coordsys.doc
+++ b/doc/coordsys.doc
@@ -187,7 +187,7 @@ We set the model coordinate system we want a 1000*1000 window where
0,0 is in the middle.
\printline viewport
-\printline QMIN
+\printline TQMIN
The device may not be square and we want the clock to be, so we find
its current viewport and compute its shortest side.
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index 4ecc34a4..737d4d28 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