diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/porting.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 431834937..6bd143cc3 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -333,8 +333,8 @@ new code. <li> <a href="tqfontdatabase.html#smoothSizes">TQFontDatabase::smoothSizes</a>( const TQString & family, const TQString & style, const TQString & ) <li> <a href="tqfontdatabase.html#styles">TQFontDatabase::styles</a>( const TQString & family, const TQString & ) const <li> <a href="tqfontdatabase.html#weight">TQFontDatabase::weight</a>( const TQString & family, const TQString & style, const TQString & ) const -<li> <a href="ntqlabel.html#autoResize">TQLabel::autoResize</a>() const -<li> <a href="ntqlabel.html#setAutoResize">TQLabel::setAutoResize</a>( bool enable ) +<li> <a href="tqlabel.html#autoResize">TQLabel::autoResize</a>() const +<li> <a href="tqlabel.html#setAutoResize">TQLabel::setAutoResize</a>( bool enable ) <li> <a href="ntqlistbox.html#cellHeight">TQListBox::cellHeight</a>( int i ) const <li> TQListBox::cellHeight() const <li> <a href="ntqlistbox.html#cellWidth">TQListBox::cellWidth</a>() const @@ -364,10 +364,10 @@ new code. <li> <a href="tqregexp.html#match">TQRegExp::match</a>( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const <li> <a href="ntqscrollview.html#childIsVisible">TQScrollView::childIsVisible</a>( TQWidget *child ) <li> <a href="ntqscrollview.html#showChild">TQScrollView::showChild</a>( TQWidget *child, bool show = TRUE ) -<li> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="tqregion.html">TQRegion</a> & clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const +<li> <a href="tqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="tqregion.html">TQRegion</a> & clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const <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="tqstring.html#setExpand">TQString::setExpand</a>( uint index, <a href="tqchar.html">TQChar</a> c ) <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 |