diff options
Diffstat (limited to 'khtml/rendering/render_table.h')
-rw-r--r-- | khtml/rendering/render_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_table.h b/khtml/rendering/render_table.h index a6de6cfaf..b620b512c 100644 --- a/khtml/rendering/render_table.h +++ b/khtml/rendering/render_table.h @@ -396,7 +396,7 @@ public: // lie position to outside observers virtual int yPos() const { return m_y + _topExtra; } - 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 bool absolutePosition(int &xPos, int &yPos, bool f = false) const; virtual short baselinePosition( bool = false ) const; |