KHTML
RenderObject.h
Go to the documentation of this file.00001 #ifndef RenderObject_h 00002 #define RenderObject_h 00003 00004 #include "render_object.h" 00005 #include "GraphicsContext.h" 00006 00007 // stuff for khtml rendering compatibility 00008 namespace WebCore 00009 { 00010 using khtml::RenderObject; 00011 } // namespace WebCore 00012 00013 #endif // RenderObject_h