summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsplashscreen.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsplashscreen.3qt')
-rw-r--r--doc/man/man3/tqsplashscreen.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqsplashscreen.3qt b/doc/man/man3/tqsplashscreen.3qt
index 7e74f8f9..6c4d8bbc 100644
--- a/doc/man/man3/tqsplashscreen.3qt
+++ b/doc/man/man3/tqsplashscreen.3qt
@@ -52,7 +52,7 @@ Inherits TQWidget.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdrawContents\fR ( QPainter * painter )"
+.BI "virtual void \fBdrawContents\fR ( TQPainter * painter )"
.br
.in -1c
.SH DESCRIPTION
@@ -136,7 +136,7 @@ Destructor.
Removes the message being displayed on the splash screen
.PP
See also message().
-.SH "void QSplashScreen::drawContents ( QPainter * painter )\fC [virtual protected]\fR"
+.SH "void QSplashScreen::drawContents ( TQPainter * painter )\fC [virtual protected]\fR"
Draw the contents of the splash screen using painter \fIpainter\fR. The default implementation draws the message passed by message(). Reimplement this function if you want to do your own drawing on the splash screen.
.SH "void QSplashScreen::finish ( TQWidget * mainWin )"
Makes the splash screen wait until the widget \fImainWin\fR is displayed before calling close() on itself.