mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
11 lines
137 B
C++
11 lines
137 B
C++
#ifndef CSSHelper_h
|
|
#define CSSHelper_h
|
|
|
|
#include "csshelper.h"
|
|
|
|
namespace WebCore
|
|
{
|
|
using namespace khtml;
|
|
}
|
|
|
|
#endif // CSSHelper_h
|