summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_canvas.h')
-rw-r--r--khtml/rendering/render_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_canvas.h b/khtml/rendering/render_canvas.h
index f2822bc94..cd4ef30ca 100644
--- a/khtml/rendering/render_canvas.h
+++ b/khtml/rendering/render_canvas.h
@@ -137,7 +137,7 @@ protected:
void updateDocumentSize();
// internal setters for cached values of document width/height
- // Setting to -1/-1 tqinvalidates the cache.
+ // Setting to -1/-1 invalidates the cache.
void setCachedDocWidth(int w ) { m_cachedDocWidth = w; }
void setCachedDocHeight(int h) { m_cachedDocHeight = h; }