summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/porting.html
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz
tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r--doc/html/porting.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index 2d2c9ce4b..56ba55585 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -298,7 +298,7 @@ rather than the documentation supplied with TQt to obtain the latest
information regarding obsolete functions and how to replace them in
new code.
<p> <ul>
-<li> <a href="tqaccel.html#keyToString">TQAccel::keyToString</a>( <a href="ntqkeysequence.html">TQKeySequence</a> k )
+<li> <a href="tqaccel.html#keyToString">TQAccel::keyToString</a>( <a href="tqkeysequence.html">TQKeySequence</a> k )
<li> <a href="tqaccel.html#stringToKey">TQAccel::stringToKey</a>( const <a href="tqstring.html">TQString</a> &amp; s )
<li> <a href="tqactiongroup.html#insert">TQActionGroup::insert</a>( <a href="tqaction.html">TQAction</a> *a )
<li> <a href="tqcanvasitem.html#active">TQCanvasItem::active</a>() const
@@ -463,12 +463,12 @@ TQFont::charSet() or TQFont::setCharSet(), just remove them from your
code. There are a few functions that took a TQFont::CharSet as a
parameter; in these cases simply remove the charset from the
parameter list.
-<p> <h2> <a href="ntqinputdialog.html">TQInputDialog</a>
+<p> <h2> <a href="tqinputdialog.html">TQInputDialog</a>
</h2>
<a name="11"></a><p> The two static getText(...) methods in TQInputDialog have been merged.
The <tt>echo</tt> parameter is the third parameter and defaults to
TQLineEdit::Normal.
-<p> If you used calls to <a href="ntqinputdialog.html#getText">TQInputDialog::getText</a>(...) that provided more
+<p> If you used calls to <a href="tqinputdialog.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="tqlayout.html">TQLayout</a> and Other Abstract Layout Classes