summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqgridview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqgridview.cpp')
-rw-r--r--src/widgets/tqgridview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqgridview.cpp b/src/widgets/tqgridview.cpp
index 7598ffb26..182fe2665 100644
--- a/src/widgets/tqgridview.cpp
+++ b/src/widgets/tqgridview.cpp
@@ -188,7 +188,7 @@ TQRect TQGridView::cellGeometry( int row, int column )
/*!
Repaints cell (\a row, \a column).
- If \a erase is TRUE, TQt erases the area of the cell before the
+ If \a erase is true, TQt erases the area of the cell before the
paintCell() call; otherwise no erasing takes place.
\sa TQWidget::repaint()
@@ -343,7 +343,7 @@ void TQGridView::dimensionChange( int, int ) {}
\code
p->setClipRect( cellRect(), TQPainter::CoordPainter );
//... your drawing code
- p->setClipping( FALSE );
+ p->setClipping( false );
\endcode
*/