From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqsplashscreen.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqsplashscreen.html') 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

See also message(). -

void TQSplashScreen::drawContents ( TQPainter * painter ) [virtual protected] +

void TQSplashScreen::drawContents ( TQPainter * painter ) [virtual protected]

Draw the contents of the splash screen using painter painter. The default implementation draws the message passed by message(). @@ -150,7 +150,7 @@ the splash screen. Makes the splash screen wait until the widget mainWin is displayed before calling close() on itself. -

void TQSplashScreen::message ( const TQString & message, int alignment = AlignLeft, const TQColor & color = black ) [slot] +

void TQSplashScreen::message ( const TQString & message, int alignment = AlignLeft, const TQColor & color = black ) [slot]

Draws the message text onto the splash screen with color color and aligns the text according to the flags in alignment.

See also TQt::AlignmentFlags and clear(). -- cgit v1.2.1