summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_canvas.h')
-rw-r--r--kspread/kspread_canvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_canvas.h b/kspread/kspread_canvas.h
index ce18e157..f5aa6746 100644
--- a/kspread/kspread_canvas.h
+++ b/kspread/kspread_canvas.h
@@ -354,7 +354,7 @@ public:
KoRect objectRect( bool all ) const;
- void tqrepaintObject( EmbeddedObject *obj );
+ void repaintObject( EmbeddedObject *obj );
/**
* This is intended to copy the selected objects to the clipboard so that they can be pasted into other
@@ -557,7 +557,7 @@ private:
* This function sets the paint dirty flag for a @p changedRegion in a
* @p sheet .
* The calculation which cells really should look different with the new
- * selection rather than tqrepainting the entire area has to be done before.
+ * selection rather than repainting the entire area has to be done before.
* @param sheet the sheet, which contains the cells
* @param changedRegion the cell region to be set as dirty
*/