diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqpainter.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpainter.html')
-rw-r--r-- | doc/html/ntqpainter.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpainter.html b/doc/html/ntqpainter.html index e4eda00b8..00c0b4173 100644 --- a/doc/html/ntqpainter.html +++ b/doc/html/ntqpainter.html @@ -1457,8 +1457,8 @@ were transformed. <pre> <a href="ntqpointarray.html">TQPointArray</a> a(10); <a href="ntqpointarray.html">TQPointArray</a> b; - b = painter.xForm(a, 2, 4); // b.<a href="ntqmemarray.html#size">size</a>() == 4 - b = painter.xForm(a, 2, -1); // b.<a href="ntqmemarray.html#size">size</a>() == 8 + b = painter.xForm(a, 2, 4); // b.<a href="tqmemarray.html#size">size</a>() == 4 + b = painter.xForm(a, 2, -1); // b.<a href="tqmemarray.html#size">size</a>() == 8 </pre> <p> <p>See also <a href="#xFormDev">xFormDev</a>() and <a href="ntqwmatrix.html#map">TQWMatrix::map</a>(). @@ -1499,8 +1499,8 @@ were transformed. <pre> <a href="ntqpointarray.html">TQPointArray</a> a(10); <a href="ntqpointarray.html">TQPointArray</a> b; - b = painter.xFormDev(a, 1, 3); // b.<a href="ntqmemarray.html#size">size</a>() == 3 - b = painter.xFormDev(a, 1, -1); // b.<a href="ntqmemarray.html#size">size</a>() == 9 + b = painter.xFormDev(a, 1, 3); // b.<a href="tqmemarray.html#size">size</a>() == 3 + b = painter.xFormDev(a, 1, -1); // b.<a href="tqmemarray.html#size">size</a>() == 9 </pre> <p> <p>See also <a href="#xForm">xForm</a>() and <a href="ntqwmatrix.html#map">TQWMatrix::map</a>(). |