summaryrefslogtreecommitdiffstats
path: root/doc/html/layout.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/layout.html
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt-8ef4ea45.tar.gz
tqt-8ef4ea45.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/layout.html')
-rw-r--r--doc/html/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/layout.html b/doc/html/layout.html
index e2c643440..2217ecf31 100644
--- a/doc/html/layout.html
+++ b/doc/html/layout.html
@@ -221,7 +221,7 @@ requirements to your new widget.
<a name="6"></a><p> If you are making a one-of-a-kind special layout, you can also make a
custom widget as described above. Reimplement <a href="tqwidget.html#resizeEvent">TQWidget::resizeEvent</a>()
to calculate the required distribution of sizes and call <a href="tqwidget.html#setGeometry">setGeometry</a>() on each child.
-<p> The widget will get an event with <a href="ntqevent.html#type">type</a>
+<p> The widget will get an event with <a href="tqevent.html#type">type</a>
<tt>LayoutHint</tt> when the layout needs to be recalculated. Reimplement
<a href="tqwidget.html#event">TQWidget::event</a>() to be notified of <tt>LayoutHint</tt> events.
<p> <h2> Layout Issues