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