summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_box.h')
-rw-r--r--khtml/rendering/render_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_box.h b/khtml/rendering/render_box.h
index 8158d6037..78b85b5f4 100644
--- a/khtml/rendering/render_box.h
+++ b/khtml/rendering/render_box.h
@@ -89,7 +89,7 @@ public:
virtual void tqrepaint(Priority p=NormalPriority);
- virtual void tqrepaintRectangle(int x, int y, int w, int h, Priority p=NormalPriority, bool f=false);
+ virtual void repaintRectangle(int x, int y, int w, int h, Priority p=NormalPriority, bool f=false);
virtual short containingBlockWidth() const;
void relativePositionOffset(int &tx, int &ty) const;