From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/man/man3/tqlayoutiterator.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqlayoutiterator.3qt') diff --git a/doc/man/man3/tqlayoutiterator.3qt b/doc/man/man3/tqlayoutiterator.3qt index 40034b60..74c1fc12 100644 --- a/doc/man/man3/tqlayoutiterator.3qt +++ b/doc/man/man3/tqlayoutiterator.3qt @@ -53,7 +53,7 @@ The following code will draw a rectangle for each layout item in the layout stru .PP .nf .br - static void paintLayout( QPainter *p, QLayoutItem *lay ) + static void paintLayout( TQPainter *p, QLayoutItem *lay ) .br { .br @@ -73,11 +73,11 @@ The following code will draw a rectangle for each layout item in the layout stru .br } .br - void ExampleWidget::paintEvent( QPaintEvent * ) + void ExampleWidget::paintEvent( TQPaintEvent * ) .br { .br - QPainter p( this ); + TQPainter p( this ); .br if ( layout() ) .br -- cgit v1.2.1