diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /doc/html/porting.html | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-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.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 |