summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsplashscreen.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqsplashscreen.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
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 7e74f8f90..6c4d8bbc8 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.