kdelibs/khtml/compat/Frame.h

13 lines
164 B
C
Raw Normal View History

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