summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp')
-rw-r--r--x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp b/x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp
new file mode 100644
index 000000000000..564ca63085d8
--- /dev/null
+++ b/x11/kdelibs4/files/patch-khtml_ecma-kjs_window.cpp
@@ -0,0 +1,36 @@
+--- khtml/ecma/kjs_window.cpp 2005/11/11 21:07:48 479809
++++ khtml/ecma/kjs_window.cpp 2005/11/25 18:54:04 483261
+@@ -21,6 +21,16 @@
+ */
+ #include "config.h"
+
++#include "khtmlview.h"
++#include "khtml_part.h"
++#include "khtmlpart_p.h"
++#include "khtml_settings.h"
++#include "xml/dom2_eventsimpl.h"
++#include "xml/dom_docimpl.h"
++#include "misc/htmltags.h"
++#include "html/html_documentimpl.h"
++#include "rendering/render_frames.h"
++
+ #include <qstylesheet.h>
+ #include <qtimer.h>
+ #include <qpaintdevicemetrics.h>
+@@ -60,16 +70,6 @@
+ #include "xmlserializer.h"
+ #include "domparser.h"
+
+-#include "khtmlview.h"
+-#include "khtml_part.h"
+-#include "khtmlpart_p.h"
+-#include "khtml_settings.h"
+-#include "xml/dom2_eventsimpl.h"
+-#include "xml/dom_docimpl.h"
+-#include "misc/htmltags.h"
+-#include "html/html_documentimpl.h"
+-#include "rendering/render_frames.h"
+-
+ using namespace KJS;
+
+ namespace KJS {