diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 61fe249fd..b234d0ba1 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -176,7 +176,7 @@ the top of the file giving the error. <li> <tt><tqstringlist.h></tt> <li> <tt><ntqregexp.h></tt> <li> <tt><tqstrlist.h></tt> -<li> <tt><ntqstyle.h></tt> +<li> <tt><tqstyle.h></tt> <li> <tt><tqvaluelist.h></tt> </ul> <p> <h2> Namespace @@ -368,9 +368,9 @@ new code. <li> <a href="tqstring.html#ascii">TQString::ascii</a>() const <li> <a href="tqstring.html#data">TQString::data</a>() const <li> <a href="tqstring.html#setExpand">TQString::setExpand</a>( uint index, <a href="qchar.html">TQChar</a> c ) -<li> <a href="ntqstyle.html#defaultFrameWidth">TQStyle::defaultFrameWidth</a>() const -<li> <a href="ntqstyle.html#scrollBarExtent">TQStyle::scrollBarExtent</a>() const -<li> <a href="ntqstyle.html#tabbarMetrics">TQStyle::tabbarMetrics</a>( const <a href="tqwidget.html">TQWidget</a> *t, int & hf, int & vf, int & ov ) const +<li> <a href="tqstyle.html#defaultFrameWidth">TQStyle::defaultFrameWidth</a>() const +<li> <a href="tqstyle.html#scrollBarExtent">TQStyle::scrollBarExtent</a>() const +<li> <a href="tqstyle.html#tabbarMetrics">TQStyle::tabbarMetrics</a>( const <a href="tqwidget.html">TQWidget</a> *t, int & hf, int & vf, int & ov ) const <li> <a href="ntqtabdialog.html#isTabEnabled">TQTabDialog::isTabEnabled</a>( const char *name ) const <li> <a href="ntqtabdialog.html#selected">TQTabDialog::selected</a>( const <a href="tqstring.html">TQString</a> & ) <li> TQTabDialog::selected( const TQString & tabLabel ) @@ -479,7 +479,7 @@ might be removed in a future version. </h2> <a name="13"></a><p> The paintBranches() function in TQt 2.x had a GUIStyle parameter; this has been dropped for TQt 3.x since GUI style is handled by the new -style engine (See <a href="ntqstyle.html">TQStyle</a>.) +style engine (See <a href="tqstyle.html">TQStyle</a>.) <p> <h2> <a href="qmoveevent.html">TQMoveEvent</a> </h2> <a name="14"></a><p> In TQt 2.x, the function <a href="qmoveevent.html#pos">TQMoveEvent::pos</a>() returned the position of the |