diff options
Diffstat (limited to 'khtml/rendering/render_box.h')
-rw-r--r-- | khtml/rendering/render_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_box.h b/khtml/rendering/render_box.h index c0c618d5c..78b85b5f4 100644 --- a/khtml/rendering/render_box.h +++ b/khtml/rendering/render_box.h @@ -87,7 +87,7 @@ public: virtual int rightmostPosition(bool includeOverflowInterior=true, bool includeSelf=true) const; virtual int leftmostPosition(bool includeOverflowInterior=true, bool includeSelf=true) const; - virtual void repaint(Priority p=NormalPriority); + virtual void tqrepaint(Priority p=NormalPriority); virtual void repaintRectangle(int x, int y, int w, int h, Priority p=NormalPriority, bool f=false); |