summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlayoutiterator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlayoutiterator.3qt')
-rw-r--r--doc/man/man3/tqlayoutiterator.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlayoutiterator.3qt b/doc/man/man3/tqlayoutiterator.3qt
index 40034b60f..74c1fc129 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