kdelibs/khtml/compat/Frame.h
2014-11-13 01:04:59 +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