kdelibs/khtml/compat/Frame.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

12 lines
164 B
C++

#ifndef Frame_h
#define Frame_h
#include "khtmlview.h"
namespace WebCore
{
using namespace khtml;
typedef KHTMLView Frame;
} // namespace WebCore
#endif