kdelibs/khtml/compat/RenderBox.h
Ivailo Monev 39f1e04295 generic: add back khtml and kjs with some changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-09 23:23:53 +02:00

11 lines
144 B
C++

#ifndef RenderBox_h
#define RenderBox_h
#include "render_box.h"
#include "IntRect.h"
namespace WebCore {
using namespace khtml;
}
#endif