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 291594fe..964ee839 100644
--- a/doc/html/tqwidget.html
+++ b/doc/html/tqwidget.html
@@ -2181,7 +2181,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
(height for width).
<p> <p>See also <a href="ntqsizepolicy.html#TQSizePolicy">TQSizePolicy::TQSizePolicy</a>().
-<h3 class=fn>void <a name="setStyle"></a>TQWidget::setStyle ( <a href="ntqstyle.html">TQStyle</a>&nbsp;*&nbsp;style )
+<h3 class=fn>void <a name="setStyle"></a>TQWidget::setStyle ( <a href="tqstyle.html">TQStyle</a>&nbsp;*&nbsp;style )
</h3>
Sets the widget's GUI style to <em>style</em>. Ownership of the style
object is not transferred.
@@ -2193,13 +2193,13 @@ widgets.
purposes, where you want to show TQt's styling capabilities. Real
applications should avoid it and use one consistent GUI style
instead.
-<p> <p>See also <a href="#style">style</a>(), <a href="ntqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>().
+<p> <p>See also <a href="#style">style</a>(), <a href="tqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>().
<p>Examples: <a href="grapher-nsplugin-example.html#x2778">grapher/grapher.cpp</a> and <a href="progressbar-example.html#x975">progressbar/progressbar.cpp</a>.
-<h3 class=fn><a href="ntqstyle.html">TQStyle</a>&nbsp;* <a name="setStyle-2"></a>TQWidget::setStyle ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style )
+<h3 class=fn><a href="tqstyle.html">TQStyle</a>&nbsp;* <a name="setStyle-2"></a>TQWidget::setStyle ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;style )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Sets the widget's GUI style to <em>style</em> using the <a href="ntqstylefactory.html">TQStyleFactory</a>.
+<p> Sets the widget's GUI style to <em>style</em> using the <a href="tqstylefactory.html">TQStyleFactory</a>.
<h3 class=fn>void <a name="setTabOrder"></a>TQWidget::setTabOrder ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;first, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;second )<tt> [static]</tt>
</h3>
@@ -2353,12 +2353,12 @@ Places the widget under <em>w</em> in the parent widget's stack.
<p> To make this work, the widget itself and <em>w</em> must be siblings.
<p> <p>See also <a href="#raise">raise</a>() and <a href="#lower">lower</a>().
-<h3 class=fn><a href="ntqstyle.html">TQStyle</a>&nbsp;&amp; <a name="style"></a>TQWidget::style () const
+<h3 class=fn><a href="tqstyle.html">TQStyle</a>&nbsp;&amp; <a name="style"></a>TQWidget::style () const
</h3>
Returns the GUI style for this widget
<p> <p>See also <a href="#setStyle">TQWidget::setStyle</a>(), <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(), and <a href="ntqapplication.html#style">TQApplication::style</a>().
-<h3 class=fn>void <a name="styleChange"></a>TQWidget::styleChange ( <a href="ntqstyle.html">TQStyle</a>&nbsp;&amp;&nbsp;oldStyle )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="styleChange"></a>TQWidget::styleChange ( <a href="tqstyle.html">TQStyle</a>&nbsp;&amp;&nbsp;oldStyle )<tt> [virtual protected]</tt>
</h3>
This virtual function is called when the style of the widgets
changes. <em>oldStyle</em> is the previous GUI style; you can get the