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