KHTML
Frame.h
Go to the documentation of this file.00001 #ifndef Frame_h 00002 #define Frame_h 00003 00004 #include "khtmlview.h" 00005 00006 namespace WebCore 00007 { 00008 using namespace khtml; 00009 typedef KHTMLView Frame; 00010 } // namespace WebCore 00011 00012 #endif