diff options
Diffstat (limited to 'khtml/rendering/render_box.h')
-rw-r--r-- | khtml/rendering/render_box.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khtml/rendering/render_box.h b/khtml/rendering/render_box.h index c0c618d5c..dcc38ba7d 100644 --- a/khtml/rendering/render_box.h +++ b/khtml/rendering/render_box.h @@ -87,9 +87,9 @@ 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); + virtual void tqrepaintRectangle(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; @@ -202,7 +202,7 @@ protected: /* A box used to represent this object on a line * when its inner content isn't contextually relevant - * (e.g replaced or positioned elements) + * (e.g tqreplaced or positioned elements) */ InlineBox *m_placeHolderBox; }; |