summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsplashscreen.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsplashscreen.html')
-rw-r--r--doc/html/ntqsplashscreen.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html
index 9697c1874..f3ff426a5 100644
--- a/doc/html/ntqsplashscreen.html
+++ b/doc/html/ntqsplashscreen.html
@@ -138,7 +138,7 @@ Destructor.
Removes the message being displayed on the splash screen
<p> <p>See also <a href="#message">message</a>().
-<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter )<tt> [virtual protected]</tt>
</h3>
Draw the contents of the splash screen using painter <em>painter</em>.
The default implementation draws the message passed by <a href="#message">message</a>().
@@ -150,7 +150,7 @@ the splash screen.
Makes the splash screen wait until the widget <em>mainWin</em> is displayed
before calling <a href="tqwidget.html#close">close</a>() on itself.
-<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;message, int&nbsp;alignment = AlignLeft, const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color = black )<tt> [slot]</tt>
+<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;message, int&nbsp;alignment = AlignLeft, const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color = black )<tt> [slot]</tt>
</h3>
Draws the <em>message</em> text onto the splash screen with color <em>color</em> and aligns the text according to the flags in <em>alignment</em>.
<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>().