repo.or.cz
/
kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git]
/
khtml
/
compat
/
CSSValue.h
blob
d6748147c8691929ac1c3c38c398eda76a428bbf
1
#ifndef CSSValue_h
2
#define CSSValue_h
3
4
#include
"css/css_valueimpl.h"
5
6
namespace
WebCore
7
{
8
using namespace
khtml
;
9
using namespace
DOM
;
10
typedef
CSSValueImpl CSSValue
;
11
}
// namespace WebCore
12
13
#endif
// CSSValue_h