summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
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