From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qtab.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qtab.html') diff --git a/doc/html/qtab.html b/doc/html/qtab.html index e62ad097a..443a6777a 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -66,11 +66,11 @@ The TQTab class provides the structures in a TQTabBar Constructs an empty tab. All fields are set to empty. -

TQTab::TQTab ( const TQString & text ) +

TQTab::TQTab ( const TQString & text )

Constructs a tab with the text text. -

TQTab::TQTab ( const TQIconSet & icon, const TQString & text = TQString::null ) +

TQTab::TQTab ( const TQIconSet & icon, const TQString & text = TQString::null )

Constructs a tab with an icon and the text, text. @@ -118,11 +118,11 @@ within a TQTabBar must be unique.

Set the TQTab TQRect to rect. -

void TQTab::setText ( const TQString & text ) +

void TQTab::setText ( const TQString & text )

Sets the text of the tab to text. -

TQString TQTab::text () const +

TQString TQTab::text () const

Returns the text of the TQTab label. -- cgit v1.2.1