diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 3da5dab47..1ab796639 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -286,8 +286,8 @@ new code. \i TQFontDatabase::smoothSizes( const TQString \& family, const TQString \& style, const TQString \& ) \i TQFontDatabase::styles( const TQString \& family, const TQString \& ) const \i TQFontDatabase::weight( const TQString \& family, const TQString \& style, const TQString \& ) const -\i QLabel::autoResize() const -\i QLabel::setAutoResize( bool enable ) +\i TQLabel::autoResize() const +\i TQLabel::setAutoResize( bool enable ) \i QListBox::cellHeight( int i ) const \i QListBox::cellHeight() const \i QListBox::cellWidth() const @@ -317,7 +317,7 @@ new code. \i TQRegExp::match( const TQString \& str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const \i QScrollView::childIsVisible( TQWidget *child ) \i QScrollView::showChild( TQWidget *child, bool show = TRUE ) -\i QSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion \& clipRegion, const TQColorGroup \& cg, const TQBrush *paper = 0 ) const +\i TQSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion \& clipRegion, const TQColorGroup \& cg, const TQBrush *paper = 0 ) const \i TQString::ascii() const \i TQString::data() const \i TQString::setExpand( uint index, TQChar c ) |