summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-16 19:11:00 +0900
committerMichele Calgaro <[email protected]>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/porting.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r--doc/html/porting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index edfca2aee..75e211e58 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -471,9 +471,9 @@ TQLineEdit::Normal.
<p> If you used calls to <a href="ntqinputdialog.html#getText">TQInputDialog::getText</a>(...) that provided more
than the first two required parameters you will must add a value
for the <tt>echo</tt> parameter.
-<p> <h2> <a href="ntqlayout.html">TQLayout</a> and Other Abstract Layout Classes
+<p> <h2> <a href="tqlayout.html">TQLayout</a> and Other Abstract Layout Classes
</h2>
-<a name="12"></a><p> The definitions of <a href="qglayoutiterator.html">TQGLayoutIterator</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="qlayoutitem.html">TQLayoutItem</a>, <a href="qlayoutiterator.html">TQLayoutIterator</a>, <a href="qspaceritem.html">TQSpacerItem</a> and <a href="tqwidgetitem.html">TQWidgetItem</a> have been moved from <tt>&lt;ntqabstractlayout.h&gt;</tt> to <tt>&lt;ntqlayout.h&gt;</tt>. The header <tt>&lt;ntqabstractlayout.h&gt;</tt> now includes <tt>&lt;ntqlayout.h&gt;</tt> for compatibility. It
+<a name="12"></a><p> The definitions of <a href="tqglayoutiterator.html">TQGLayoutIterator</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqlayoutitem.html">TQLayoutItem</a>, <a href="tqlayoutiterator.html">TQLayoutIterator</a>, <a href="tqspaceritem.html">TQSpacerItem</a> and <a href="tqwidgetitem.html">TQWidgetItem</a> have been moved from <tt>&lt;ntqabstractlayout.h&gt;</tt> to <tt>&lt;tqlayout.h&gt;</tt>. The header <tt>&lt;ntqabstractlayout.h&gt;</tt> now includes <tt>&lt;tqlayout.h&gt;</tt> for compatibility. It
might be removed in a future version.
<p> <h2> <a href="tqlistviewitem.html">TQListViewItem</a>
</h2>