From ccbc1c3572fd0e26480c1432fff55d2909545538 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 14:55:59 +0900 Subject: Rename icon nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtabdialog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqtabdialog.html') diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index a2d36bf60..85b5135a5 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -196,7 +196,7 @@ move the focus to this tab. user may be confused.

See also insertTab(). -

void TQTabDialog::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label ) +

void TQTabDialog::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

This version of the function shows the iconset as well as the label on the tab of child. @@ -228,7 +228,7 @@ dialog. so you should generally not need to connect it to any slot.

See also applyButtonPressed(), defaultButtonPressed(), and setCancelButton(). -

void TQTabDialog::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label ) +

void TQTabDialog::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label )

Changes tab page w's iconset to iconset and label to label.

@@ -313,7 +313,7 @@ it is inserted at the specified position. user may be confused.

See also addTab(). -

void TQTabDialog::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 ) +

void TQTabDialog::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

This version of the function shows the iconset as well as the label on the tab of child. -- cgit v1.2.1