KHTML
CSSValueList.h
Go to the documentation of this file.00001 #ifndef CSSValueList_h 00002 #define CSSValueList_h 00003 00004 #include "css_valueimpl.h" 00005 00006 namespace WebCore 00007 { 00008 //using namespace khtml; 00009 //using namespace DOM; 00010 typedef DOM::CSSValueListImpl CSSValueList; 00011 } // namespace WebCore 00012 00013 #endif