mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
12 lines
164 B
C++
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
|