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 00006 // stuff for khtml rendering compatibility 00007 namespace WebCore 00008 { 00009 using khtml::RenderObject; 00010 using khtml::RenderStyle; 00011 } // namespace WebCore 00012 00013 #endif // RenderObject_h