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
/
CSSPrimitiveValue.h
blob
7083a5f9119974a27fe037c180cd05ee87eb9eac
1
#ifndef CSSPrimitiveValue_h
2
#define CSSPrimitiveValue_h
3
4
#include
"css_valueimpl.h"
5
6
namespace
WebCore
7
{
8
using namespace
DOM
;
9
using namespace
khtml
;
10
typedef
CSSPrimitiveValueImpl CSSPrimitiveValue
;
11
}
// namespace WebCore
12
13
#endif