summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r--doc/html/ntqframe.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html
index cc60ee7ec..c414306df 100644
--- a/doc/html/ntqframe.html
+++ b/doc/html/ntqframe.html
@@ -167,11 +167,11 @@ look depends upon the current GUI style.
<li><tt>TQFrame::TabWidgetPanel</tt> - is used to draw a frame suitable for tab widgets. The
look depends upon the current GUI style.
<li><tt>TQFrame::MShape</tt> - internal mask
-</ul><p> When it does not call <a href="ntqstyle.html">TQStyle</a>, Shape interacts with TQFrame::Shadow,
+</ul><p> When it does not call <a href="tqstyle.html">TQStyle</a>, Shape interacts with TQFrame::Shadow,
the <a href="#lineWidth">lineWidth</a>() and the <a href="#midLineWidth">midLineWidth</a>() to create the total result.
See the <a href="#picture">picture of the frames</a> in the class
description.
-<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="tqwidget.html#style">TQFrame::style</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
+<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="tqwidget.html#style">TQFrame::style</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQFrame"></a>TQFrame::TQFrame ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )