diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/ntqtabdialog.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqtabdialog.html')
-rw-r--r-- | doc/html/ntqtabdialog.html | 6 |
1 files changed, 3 insertions, 3 deletions
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. <p> <p>See also <a href="#insertTab">insertTab</a>(). -<h3 class=fn>void <a name="addTab-2"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="addTab-2"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. @@ -228,7 +228,7 @@ dialog. so you should generally not need to connect it to any slot. <p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="#defaultButtonPressed">defaultButtonPressed</a>(), and <a href="#setCancelButton">setCancelButton</a>(). -<h3 class=fn>void <a name="changeTab"></a>TQTabDialog::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="changeTab"></a>TQTabDialog::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label ) </h3> Changes tab page <em>w</em>'s iconset to <em>iconset</em> and label to <em>label</em>. <p> @@ -313,7 +313,7 @@ it is inserted at the specified position. user may be confused. <p> <p>See also <a href="#addTab">addTab</a>(). -<h3 class=fn>void <a name="insertTab-2"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label, int index = -1 ) +<h3 class=fn>void <a name="insertTab-2"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. |