diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/tqcanvas.html | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqcanvas.html')
-rw-r--r-- | doc/html/tqcanvas.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index 364642e00..35dc0dab5 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -141,7 +141,7 @@ at such extremes). <p> <li> Two or more <a href="tqcanvasview.html">TQCanvasView</a> objects can view the same canvas. <p> <li> An arbitrary <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas. -<p> <li> Widgets provide a lot more functionality, such as input (<a href="qkeyevent.html">TQKeyEvent</a>, +<p> <li> Widgets provide a lot more functionality, such as input (<a href="tqkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a> etc.) and layout management (<a href="tqgridlayout.html">TQGridLayout</a> etc.). <p> </ul> <p> A canvas consists of a background, a number of canvas items organized by |