diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/porting3.doc | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt-0e787fb7.tar.gz tqt-0e787fb7.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ) |