From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/porting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/porting.html') 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.
  • TQFontDatabase::smoothSizes( const TQString & family, const TQString & style, const TQString & )
  • TQFontDatabase::styles( const TQString & family, const TQString & ) const
  • TQFontDatabase::weight( const TQString & family, const TQString & style, const TQString & ) const -
  • TQLabel::autoResize() const -
  • TQLabel::setAutoResize( bool enable ) +
  • TQLabel::autoResize() const +
  • TQLabel::setAutoResize( bool enable )
  • TQListBox::cellHeight( int i ) const
  • TQListBox::cellHeight() const
  • TQListBox::cellWidth() const @@ -364,10 +364,10 @@ new code.
  • TQRegExp::match( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const
  • TQScrollView::childIsVisible( TQWidget *child )
  • TQScrollView::showChild( TQWidget *child, bool show = TRUE ) -
  • TQSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion & clipRegion, const TQColorGroup & cg, const TQBrush *paper = 0 ) const +
  • TQSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion & clipRegion, const TQColorGroup & cg, const TQBrush *paper = 0 ) const
  • TQString::ascii() const
  • TQString::data() const -
  • TQString::setExpand( uint index, TQChar c ) +
  • TQString::setExpand( uint index, TQChar c )
  • TQStyle::defaultFrameWidth() const
  • TQStyle::scrollBarExtent() const
  • TQStyle::tabbarMetrics( const TQWidget *t, int & hf, int & vf, int & ov ) const -- cgit v1.2.1