diff options
Diffstat (limited to 'doc/html/tqgridview-h.html')
-rw-r--r-- | doc/html/tqgridview-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqgridview-h.html b/doc/html/tqgridview-h.html index 4120b5bef..b3eddb8db 100644 --- a/doc/html/tqgridview-h.html +++ b/doc/html/tqgridview-h.html @@ -113,7 +113,7 @@ public: int rowAt( int y ) const; int columnAt( int x ) const; - void repaintCell( int row, int column, bool erase=TRUE ); + void repaintCell( int row, int column, bool erase=true ); void updateCell( int row, int column ); void ensureCellVisible( int row, int column ); |