From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/rendering/render_list.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'khtml/rendering/render_list.h') diff --git a/khtml/rendering/render_list.h b/khtml/rendering/render_list.h index 84c7d0906..b70132671 100644 --- a/khtml/rendering/render_list.h +++ b/khtml/rendering/render_list.h @@ -58,7 +58,7 @@ public: void setValue( long v ) { predefVal = v; } - virtual void tqlayout( ); + virtual void layout( ); virtual void detach( ); virtual void calcMinMaxWidth(); //virtual short marginLeft() const; @@ -89,11 +89,11 @@ public: virtual void setStyle(RenderStyle *style); virtual const char *renderName() const { return "RenderListMarker"; } - // so the marker gets to tqlayout itself. Only needed for + // so the marker gets to layout itself. Only needed for // list-style-position: inside virtual void paint(PaintInfo& i, int xoff, int yoff); - virtual void tqlayout( ); + virtual void layout( ); virtual void calcMinMaxWidth(); virtual short lineHeight( bool firstLine ) const; @@ -123,7 +123,7 @@ protected: }; // Implementation of list-item counter -// ### should tqreplace most list-item specific code in renderObject::getCounter +// ### should replace most list-item specific code in renderObject::getCounter /* class CounterListItem : public CounterNode { -- cgit v1.2.1