diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 8c567bc28..1063a49d2 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -731,7 +731,7 @@ can override the application's settings. On Windows, TQt can set whatever flags you want. <p> Example: <pre> - <a href="ntqlabel.html">TQLabel</a> *splashScreen = new <a href="ntqlabel.html">TQLabel</a>( 0, "mySplashScreen", + <a href="tqlabel.html">TQLabel</a> *splashScreen = new <a href="tqlabel.html">TQLabel</a>( 0, "mySplashScreen", WStyle_Customize | WStyle_Splash ); </pre> @@ -2002,7 +2002,7 @@ focus proxy. <h3 class=fn>void <a name="setFont"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & )<tt> [virtual]</tt> </h3><p>Sets the font currently set for the widget. See the <a href="tqwidget.html#font-prop">"font"</a> property for details. -<p>Reimplemented in <a href="ntqcombobox.html#setFont">TQComboBox</a>, <a href="ntqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. +<p>Reimplemented in <a href="ntqcombobox.html#setFont">TQComboBox</a>, <a href="tqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. <h3 class=fn>void <a name="setFont-2"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & f, bool ) </h3> @@ -2686,12 +2686,12 @@ on top-level widgets. which means the widget will not receive any events in Whats This mode. <p> The widget may leave What's This mode by calling -<a href="ntqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(), with or without actually +<a href="tqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(), with or without actually displaying any help text. <p> You can also reimplement customWhatsThis() if your widget is a "passive interactor" supposed to work under all circumstances. Simply don't call TQWhatsThis::leaveWhatsThisMode() in that case. -<p> <p>See also <a href="ntqwhatsthis.html#inWhatsThisMode">TQWhatsThis::inWhatsThisMode</a>() and <a href="ntqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(). +<p> <p>See also <a href="tqwhatsthis.html#inWhatsThisMode">TQWhatsThis::inWhatsThisMode</a>() and <a href="tqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(). <p>Get this property's value with <a href="#customWhatsThis">customWhatsThis</a>(). <h3 class=fn>bool <a name="enabled-prop"></a>enabled</h3> |