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