diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 6 |
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 <tqstringlist.h></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><ntqcursor.h></tt> +<li> <tt><tqcursor.h></tt> <li> <tt><tqpainter.h></tt> <li> <tt><tqpen.h></tt> <li> <tt><tqstringlist.h></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> & 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> & 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 |