mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 11:22:50 +00:00
13 lines
164 B
C
13 lines
164 B
C
![]() |
#ifndef Frame_h
|
||
|
#define Frame_h
|
||
|
|
||
|
#include "khtmlview.h"
|
||
|
|
||
|
namespace WebCore
|
||
|
{
|
||
|
using namespace khtml;
|
||
|
typedef KHTMLView Frame;
|
||
|
} // namespace WebCore
|
||
|
|
||
|
#endif
|