summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidget.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r--doc/html/tqwidget.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html
index 1049e11c1..458802461 100644
--- a/doc/html/tqwidget.html
+++ b/doc/html/tqwidget.html
@@ -681,7 +681,7 @@ indicates a "good" size for the widget.
<p> <li> If your widget is a top-level window, <a href="#setCaption">setCaption</a>() and <a href="#setIcon">setIcon</a>() set
the title bar and icon respectively.
<p> </ul>
-<p> <p>See also <a href="tqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>.
+<p> <p>See also <a href="tqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="tqboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="BackgroundOrigin-enum"></a>TQWidget::BackgroundOrigin</h3>
@@ -1415,7 +1415,7 @@ Returns the widget that is currently grabbing the keyboard input.
keyboard, 0 is returned.
<p> <p>See also <a href="#grabMouse">grabMouse</a>() and <a href="#mouseGrabber">mouseGrabber</a>().
-<h3 class=fn><a href="ntqlayout.html">TQLayout</a>&nbsp;* <a name="layout"></a>TQWidget::layout () const
+<h3 class=fn><a href="tqlayout.html">TQLayout</a>&nbsp;* <a name="layout"></a>TQWidget::layout () const
</h3>
<p> Returns the layout engine that manages the geometry of this
@@ -2934,7 +2934,7 @@ the current size is smaller.
<p> If you use a layout inside the widget, the minimum size will be
set by the layout and not by <a href="#setMinimumSize">setMinimumSize</a>(), unless you set the
layout's resize mode to TQLayout::FreeResize.
-<p> <p>See also <a href="#minimumWidth-prop">minimumWidth</a>, <a href="#minimumHeight-prop">minimumHeight</a>, <a href="#maximumSize-prop">maximumSize</a>, <a href="#sizeIncrement-prop">sizeIncrement</a>, and <a href="ntqlayout.html#resizeMode-prop">TQLayout::resizeMode</a>.
+<p> <p>See also <a href="#minimumWidth-prop">minimumWidth</a>, <a href="#minimumHeight-prop">minimumHeight</a>, <a href="#maximumSize-prop">maximumSize</a>, <a href="#sizeIncrement-prop">sizeIncrement</a>, and <a href="tqlayout.html#resizeMode-prop">TQLayout::resizeMode</a>.
<p>Set this property's value with <a href="#setMinimumSize">setMinimumSize</a>() and get this property's value with <a href="#minimumSize">minimumSize</a>().
<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint-prop"></a>minimumSizeHint</h3>
@@ -2945,7 +2945,7 @@ is recommended.
size if there is no layout for this widget, and returns the
layout's minimum size otherwise. Most built-in widgets reimplement
minimumSizeHint().
-<p> <a href="ntqlayout.html">TQLayout</a> will never resize a widget to a size smaller than
+<p> <a href="tqlayout.html">TQLayout</a> will never resize a widget to a size smaller than
minimumSizeHint.
<p> <p>See also <a href="tqsize.html#isValid">TQSize::isValid</a>(), <a href="#size-prop">size</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#sizePolicy-prop">sizePolicy</a>.
@@ -3120,7 +3120,7 @@ be disregarded by the window manager on X.
<p>Set this property's value with <a href="#setSizeIncrement">setSizeIncrement</a>() and get this property's value with <a href="#sizeIncrement">sizeIncrement</a>().
<h3 class=fn><a href="tqsizepolicy.html">TQSizePolicy</a> <a name="sizePolicy-prop"></a>sizePolicy</h3>
<p>This property holds the default layout behavior of the widget.
-<p>If there is a <a href="ntqlayout.html">TQLayout</a> that manages this widget's children, the
+<p>If there is a <a href="tqlayout.html">TQLayout</a> that manages this widget's children, the
size policy specified by that layout is used. If there is no such
TQLayout, the result of this function is used.
<p> The default policy is Preferred/Preferred, which means that the
@@ -3137,7 +3137,7 @@ respective direction only. Widgets that can provide scrollbars
(usually subclasses of <a href="tqscrollview.html">TQScrollView</a>) tend to specify that they can
use additional space, and that they can make do with less than
sizeHint().
-<p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="tqsizepolicy.html">TQSizePolicy</a>, and <a href="#updateGeometry">updateGeometry</a>().
+<p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqsizepolicy.html">TQSizePolicy</a>, and <a href="#updateGeometry">updateGeometry</a>().
<p>Set this property's value with <a href="#setSizePolicy">setSizePolicy</a>() and get this property's value with <a href="#sizePolicy">sizePolicy</a>().
<h3 class=fn>bool <a name="underMouse-prop"></a>underMouse</h3>