summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_cell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_cell.cc')
-rw-r--r--kspread/kspread_cell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_cell.cc b/kspread/kspread_cell.cc
index d71e0185..9314d220 100644
--- a/kspread/kspread_cell.cc
+++ b/kspread/kspread_cell.cc
@@ -2535,7 +2535,7 @@ void Cell::paintCell( const KoRect &rect, TQPainter & painter,
TQRect zoomedCellRect = sheet()->doc()->zoomRect( cellRect );
//The highlight rect is just inside the main cell rect
- //This saves the hassle of tqrepainting nearby cells when the highlight is changed as the highlight areas
+ //This saves the hassle of repainting nearby cells when the highlight is changed as the highlight areas
//do not overlap
zoomedCellRect.setLeft(zoomedCellRect.left()+1);
//zoomedCellRect.setRight(zoomedCellRect.right()-1);