fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / khtml / compat / CSSValue.h
blobd6748147c8691929ac1c3c38c398eda76a428bbf
1 #ifndef CSSValue_h
2 #define CSSValue_h
4 #include "css/css_valueimpl.h"
6 namespace WebCore
8 using namespace khtml;
9 using namespace DOM;
10 typedef CSSValueImpl CSSValue;
11 } // namespace WebCore
13 #endif // CSSValue_h