diff options
Diffstat (limited to 'khtml/ecma/kjs_window.h')
-rw-r--r-- | khtml/ecma/kjs_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/ecma/kjs_window.h b/khtml/ecma/kjs_window.h index 2f5eb45f5..0078615cd 100644 --- a/khtml/ecma/kjs_window.h +++ b/khtml/ecma/kjs_window.h @@ -128,7 +128,7 @@ namespace KJS { TQPtrDict<JSEventListener> jsEventListeners; virtual const ClassInfo* classInfo() const { return &info; } static const ClassInfo info; - enum { Closed, Crypto, DefaultStatus, Status, Document, Node, EventCtor, Range, + enum { Closed, Crypto, DefaulttqStatus, tqStatus, Document, Node, EventCtor, Range, NodeFilter, DOMException, CSSRule, Frames, _History, _External, Event, InnerHeight, InnerWidth, Length, _Location, Navigate, Name, _Navigator, _Konqueror, ClientInformation, OffscreenBuffering, Opener, OuterHeight, OuterWidth, PageXOffset, PageYOffset, |