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.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqsplashscreen.3qt b/doc/man/man3/tqsplashscreen.3qt
index 32f0cd78..2114d91c 100644
--- a/doc/man/man3/tqsplashscreen.3qt
+++ b/doc/man/man3/tqsplashscreen.3qt
@@ -11,7 +11,7 @@ QSplashScreen \- Splash screen that can be shown during application startup
.SH SYNOPSIS
\fC#include <ntqsplashscreen.h>\fR
.PP
-Inherits QWidget.
+Inherits TQWidget.
.PP
.SS "Public Members"
.in +1c
@@ -28,7 +28,7 @@ Inherits QWidget.
.BI "QPixmap * \fBpixmap\fR () const"
.br
.ti -1c
-.BI "void \fBfinish\fR ( QWidget * mainWin )"
+.BI "void \fBfinish\fR ( TQWidget * mainWin )"
.br
.ti -1c
.BI "void \fBrepaint\fR ()"
@@ -37,7 +37,7 @@ Inherits QWidget.
.SS "Public Slots"
.in +1c
.ti -1c
-.BI "void \fBmessage\fR ( const QString & message, int alignment = AlignLeft, const QColor & color = black )"
+.BI "void \fBmessage\fR ( const TQString & message, int alignment = AlignLeft, const TQColor & color = black )"
.br
.ti -1c
.BI "void \fBclear\fR ()"
@@ -46,7 +46,7 @@ Inherits QWidget.
.SS "Signals"
.in +1c
.ti -1c
-.BI "void \fBmessageChanged\fR ( const QString & message )"
+.BI "void \fBmessageChanged\fR ( const TQString & message )"
.br
.in -1c
.SS "Protected Members"
@@ -138,20 +138,20 @@ Removes the message being displayed on the splash screen
See also message().
.SH "void QSplashScreen::drawContents ( QPainter * 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 ( QWidget * mainWin )"
+.SH "void QSplashScreen::finish ( TQWidget * mainWin )"
Makes the splash screen wait until the widget \fImainWin\fR is displayed before calling close() on itself.
-.SH "void QSplashScreen::message ( const QString & message, int alignment = AlignLeft, const QColor & color = black )\fC [slot]\fR"
+.SH "void QSplashScreen::message ( const TQString & message, int alignment = AlignLeft, const TQColor & color = black )\fC [slot]\fR"
Draws the \fImessage\fR text onto the splash screen with color \fIcolor\fR and aligns the text according to the flags in \fIalignment\fR.
.PP
See also Qt::AlignmentFlags and clear().
-.SH "void QSplashScreen::messageChanged ( const QString & message )\fC [signal]\fR"
+.SH "void QSplashScreen::messageChanged ( const TQString & message )\fC [signal]\fR"
This signal is emitted when the message on the splash screen changes. \fImessage\fR is the new message and is a null-string when the message has been removed.
.PP
See also message() and clear().
.SH "QPixmap * QSplashScreen::pixmap () const"
Returns the pixmap that is used in the splash screen. The image does not have any of the text drawn by message() calls.
.SH "void QSplashScreen::repaint ()"
-This overrides QWidget::repaint(). It differs from the standard repaint function in that it also calls QApplication::flush() to ensure the updates are displayed, even when there is no event loop present.
+This overrides TQWidget::repaint(). It differs from the standard repaint function in that it also calls QApplication::flush() to ensure the updates are displayed, even when there is no event loop present.
.SH "void QSplashScreen::setPixmap ( const QPixmap & pixmap )"
Sets the pixmap that will be used as the splash screen's image to
\fIpixmap\fR.