summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-25 15:36:25 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/porting.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <[email protected]>
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 430fb117d..6738966b1 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -170,7 +170,7 @@ not being defined, then add <tt>#include &lt;tqstringlist.h&gt;</tt> at
the top of the file giving the error.
<p> Header files that you might need to add #include directives for include:
<ul>
-<li> <tt>&lt;ntqcursor.h&gt;</tt>
+<li> <tt>&lt;tqcursor.h&gt;</tt>
<li> <tt>&lt;tqpainter.h&gt;</tt>
<li> <tt>&lt;tqpen.h&gt;</tt>
<li> <tt>&lt;tqstringlist.h&gt;</tt>
@@ -298,8 +298,8 @@ 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="ntqaccel.html#keyToString">TQAccel::keyToString</a>( <a href="ntqkeysequence.html">TQKeySequence</a> k )
-<li> <a href="ntqaccel.html#stringToKey">TQAccel::stringToKey</a>( const <a href="tqstring.html">TQString</a> &amp; s )
+<li> <a href="tqaccel.html#keyToString">TQAccel::keyToString</a>( <a href="ntqkeysequence.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
<li> <a href="tqcanvasitem.html#enabled">TQCanvasItem::enabled</a>() const