Show
Ignore:
Timestamp:
03/19/06 18:57:59 (3 years ago)
Author:
darin
Message:
  • global rename, done by script
  • <lots of files>: Renamed XXXImpl to XXX, and a number of other renames. See WebKitTools/Scripts/do-webcore-rename version 13392 for details.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/rendering/RenderBlock.h

    r13149 r13393  
    2626 
    2727#include "GapRects.h" 
    28 #include "render_flow.h" 
     28#include "RenderFlow.h" 
    2929#include <qptrlist.h> 
    3030 
     
    4040class RenderBlock : public RenderFlow { 
    4141public: 
    42     RenderBlock(NodeImpl*); 
     42    RenderBlock(Node*); 
    4343    virtual ~RenderBlock(); 
    4444 
     
    260260 
    261261#if !NDEBUG 
    262     virtual void dump(QTextStream *stream, QString ind = "") const; 
     262    virtual void dump(QTextStream *stream, DeprecatedString ind = "") const; 
    263263#endif 
    264264 
     
    406406 
    407407protected: 
    408     QPtrList<FloatingObject>* m_floatingObjects; 
    409     QPtrList<RenderObject>* m_positionedObjects; 
     408    DeprecatedPtrList<FloatingObject>* m_floatingObjects; 
     409    DeprecatedPtrList<RenderObject>* m_positionedObjects; 
    410410     
    411411    bool m_childrenInline : 1;