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/ntqwizard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqwizard.html') diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index 59f072bbb..6e6b4d04d 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -299,7 +299,7 @@ this button. Sets the title for page page to title. -

void TQWizard::setTitleFont ( const TQFont & ) +

void TQWizard::setTitleFont ( const TQFont & )

Sets the font used for page titles. See the "titleFont" property for details.

void TQWizard::showPage ( TQWidget * page ) [virtual] @@ -315,11 +315,11 @@ you can prepare each page prior to it being shown.

Returns the title of page page. -

TQFont TQWizard::titleFont () const +

TQFont TQWizard::titleFont () const

Returns the font used for page titles. See the "titleFont" property for details.


Property Documentation

-

TQFont titleFont

+

TQFont titleFont

This property holds the font used for page titles.

The default is TQApplication::font(). -- cgit v1.2.3