diff options
Diffstat (limited to 'kspread/kspread_sheet.h')
-rw-r--r-- | kspread/kspread_sheet.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kspread/kspread_sheet.h b/kspread/kspread_sheet.h index 08fc0fe0..1ba2e3f5 100644 --- a/kspread/kspread_sheet.h +++ b/kspread/kspread_sheet.h @@ -1083,17 +1083,17 @@ public: void update(); /** - * tqrepaints all visible cells + * repaints all visible cells */ void updateView(); /** - * tqrepaints all visible cells in the given rect + * repaints all visible cells in the given rect */ void updateView( TQRect const & rect ); /** - * tqrepaints all visible cells in the given rect + * repaints all visible cells in the given rect */ void updateView(Region*); @@ -1120,7 +1120,7 @@ public: /** * set a region of the spreadsheet to be 'paint dirty' meaning it - * needs tqrepainted. This is not a flag on the cell itself since quite + * needs repainted. This is not a flag on the cell itself since quite * often this needs set on a default cell */ void setRegionPaintDirty(TQRect const & range); @@ -1132,7 +1132,7 @@ public: void clearPaintDirtyData(); /** - * Test whether a cell needs tqrepainted + * Test whether a cell needs repainted */ bool cellIsPaintDirty(TQPoint const & cell) const; |