diff -Nru khtml-5.52.0/autotests/kencodingdetectortest.h khtml-5.53.0/autotests/kencodingdetectortest.h --- khtml-5.52.0/autotests/kencodingdetectortest.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/autotests/kencodingdetectortest.h 2018-12-01 14:55:39.000000000 +0000 @@ -19,7 +19,7 @@ #ifndef KENCODINGDETECTORTEST_H #define KENCODINGDETECTORTEST_H -#include +#include class KEncodingDetectorTest : public QObject { diff -Nru khtml-5.52.0/autotests/khtmlparttest.cpp khtml-5.53.0/autotests/khtmlparttest.cpp --- khtml-5.52.0/autotests/khtmlparttest.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/autotests/khtmlparttest.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ // TODO: include with Qt 5 instead of the above defines #include -#include +#include #include #include "khtmlparttest.h" #include diff -Nru khtml-5.52.0/autotests/khtmlparttest.h khtml-5.53.0/autotests/khtmlparttest.h --- khtml-5.52.0/autotests/khtmlparttest.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/autotests/khtmlparttest.h 2018-12-01 14:55:39.000000000 +0000 @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include +#include class KHTMLPart; class KHTMLView; diff -Nru khtml-5.52.0/CMakeLists.txt khtml-5.53.0/CMakeLists.txt --- khtml-5.52.0/CMakeLists.txt 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/CMakeLists.txt 2018-12-01 14:55:39.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.52.0") # handled by release scripts -set(KF5_DEP_VERSION "5.52.0") # handled by release scripts +set(KF5_VERSION "5.53.0") # handled by release scripts +set(KF5_DEP_VERSION "5.53.0") # handled by release scripts project(KHtml VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.52.0 NO_MODULE) +find_package(ECM 5.53.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -18,7 +18,7 @@ include(ECMQtDeclareLoggingCategory) -set(REQUIRED_QT_VERSION 5.8.0) +set(REQUIRED_QT_VERSION 5.9.0) find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Widgets Network DBus PrintSupport Xml) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) diff -Nru khtml-5.52.0/debian/changelog khtml-5.53.0/debian/changelog --- khtml-5.52.0/debian/changelog 2018-11-22 14:42:05.000000000 +0000 +++ khtml-5.53.0/debian/changelog 2018-12-09 20:48:35.000000000 +0000 @@ -1,3 +1,9 @@ +khtml (5.53.0-0ubuntu1) disco; urgency=medium + + * New upstream release (5.53.0) + + -- José Manuel Santamaría Lema Sun, 09 Dec 2018 20:48:35 +0000 + khtml (5.52.0-0ubuntu1) disco; urgency=medium [ Rik Mills ] diff -Nru khtml-5.52.0/debian/control khtml-5.53.0/debian/control --- khtml-5.52.0/debian/control 2018-11-22 14:42:05.000000000 +0000 +++ khtml-5.53.0/debian/control 2018-12-09 20:48:35.000000000 +0000 @@ -5,25 +5,25 @@ Uploaders: Maximiliano Curia Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), - extra-cmake-modules (>= 5.52.0~), + extra-cmake-modules (>= 5.53.0~), gperf, libgif-dev, libjpeg-dev, - libkf5archive-dev (>= 5.52.0~), - libkf5codecs-dev (>= 5.52.0~), - libkf5globalaccel-dev (>= 5.52.0~), - libkf5i18n-dev (>= 5.52.0~), - libkf5iconthemes-dev (>= 5.52.0~), - libkf5kio-dev (>= 5.52.0~), - libkf5kjs-dev (>= 5.52.0~), - libkf5notifications-dev (>= 5.52.0~), - libkf5parts-dev (>= 5.52.0~), - libkf5sonnet-dev (>= 5.52.0~), - libkf5textwidgets-dev (>= 5.52.0~), - libkf5wallet-dev (>= 5.52.0~), - libkf5widgetsaddons-dev (>= 5.52.0~), - libkf5windowsystem-dev (>= 5.52.0~), - libkf5xmlgui-dev (>= 5.52.0~), + libkf5archive-dev (>= 5.53.0~), + libkf5codecs-dev (>= 5.53.0~), + libkf5globalaccel-dev (>= 5.53.0~), + libkf5i18n-dev (>= 5.53.0~), + libkf5iconthemes-dev (>= 5.53.0~), + libkf5kio-dev (>= 5.53.0~), + libkf5kjs-dev (>= 5.53.0~), + libkf5notifications-dev (>= 5.53.0~), + libkf5parts-dev (>= 5.53.0~), + libkf5sonnet-dev (>= 5.53.0~), + libkf5textwidgets-dev (>= 5.53.0~), + libkf5wallet-dev (>= 5.53.0~), + libkf5widgetsaddons-dev (>= 5.53.0~), + libkf5windowsystem-dev (>= 5.53.0~), + libkf5xmlgui-dev (>= 5.53.0~), libphonon4qt5-dev (>= 4:4.6.0), libphonon4qt5experimental-dev (>= 4:4.6.0), libpng-dev, @@ -60,19 +60,19 @@ Package: libkf5khtml-dev Architecture: any Section: libdevel -Depends: libkf5archive-dev (>= 5.52.0~), - libkf5globalaccel-dev (>= 5.52.0~), - libkf5i18n-dev (>= 5.52.0~), - libkf5iconthemes-dev (>= 5.52.0~), +Depends: libkf5archive-dev (>= 5.53.0~), + libkf5globalaccel-dev (>= 5.53.0~), + libkf5i18n-dev (>= 5.53.0~), + libkf5iconthemes-dev (>= 5.53.0~), libkf5khtml5 (= ${binary:Version}), - libkf5kio-dev (>= 5.52.0~), - libkf5kjs-dev (>= 5.52.0~), - libkf5notifications-dev (>= 5.52.0~), - libkf5parts-dev (>= 5.52.0~), - libkf5sonnet-dev (>= 5.52.0~), - libkf5wallet-dev (>= 5.52.0~), - libkf5widgetsaddons-dev (>= 5.52.0~), - libkf5windowsystem-dev (>= 5.52.0~), + libkf5kio-dev (>= 5.53.0~), + libkf5kjs-dev (>= 5.53.0~), + libkf5notifications-dev (>= 5.53.0~), + libkf5parts-dev (>= 5.53.0~), + libkf5sonnet-dev (>= 5.53.0~), + libkf5wallet-dev (>= 5.53.0~), + libkf5widgetsaddons-dev (>= 5.53.0~), + libkf5windowsystem-dev (>= 5.53.0~), qtbase5-dev (>= 5.8.0~), ${misc:Depends}, Description: HTML widget and component diff -Nru khtml-5.52.0/khtml.categories khtml-5.53.0/khtml.categories --- khtml-5.52.0/khtml.categories 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/khtml.categories 2018-12-01 14:55:39.000000000 +0000 @@ -1,3 +1,3 @@ -kf5.khtml khtml (lib) -kf5.khtml.javaappletviewer javaappletviewer -kf5.khtml.multipart multipart +kf5.khtml khtml (lib) IDENTIFIER [KHTML_LOG] +kf5.khtml.javaappletviewer javaappletviewer IDENTIFIER [KJAVAAPPLETVIEWER_LOG] +kf5.khtml.multipart multipart IDENTIFIER [KMULTIPART_LOG] diff -Nru khtml-5.52.0/po/id/khtml5.po khtml-5.53.0/po/id/khtml5.po --- khtml-5.52.0/po/id/khtml5.po 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/po/id/khtml5.po 2018-12-01 14:55:39.000000000 +0000 @@ -9,7 +9,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:05+0200\n" -"PO-Revision-Date: 2018-10-30 07:35+0700\n" +"PO-Revision-Date: 2018-11-23 07:39+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -689,7 +689,7 @@ #: khtml_browser.rc:34 #, kde-format msgid "HTML Toolbar" -msgstr "Batang Alat HTML" +msgstr "BilahAlat HTML" #: khtml_ext.cpp:413 #, kde-format @@ -862,7 +862,7 @@ msgstr "" "Coba untuk menginstal ulang itu \n" "\n" -"Integrasi dengan Konqueror akan dinonaktifkan." +"Integrasi dengan Konqueror akan dinonfungsikan." #: khtml_ext.cpp:1007 #, no-c-format, kde-format @@ -897,7 +897,7 @@ #: khtml_part.cpp:289 #, kde-format msgid "Save &Background Image As..." -msgstr "Simpan Image Latar &Belakang Sebagai..." +msgstr "Simpan Image Latar&belakang Sebagai..." #: khtml_part.cpp:311 khtml_part.cpp:4190 #, kde-format @@ -1003,9 +1003,9 @@ "cancels the effect of \"Find Links as You Type\", which sets the \"Find " "links only\" option." msgstr "" -"Jalan pintas ini menampilkan batang pencarian, untuk mencari teks di halaman " -"yang ditampilkan. Ia membatalkan efek \"Cari Tautan Ketika Anda Mengetik\", " -"yang mengatur hanya opsi \"Cari tautan saja\"." +"Pintasan ini menampilkan bilah pencarian, untuk mencari teks di halaman yang " +"ditampilkan. Ia membatalkan efek \"Cari Tautan Ketika Anda Mengetik\", yang " +"mengatur hanya opsi \"Cari tautan saja\"." #: khtml_part.cpp:429 #, kde-format @@ -1017,8 +1017,8 @@ msgid "" "This shortcut shows the find bar, and sets the option \"Find links only\"." msgstr "" -"Jalan pintas ini menampilkan batang pencarian, dan mengatur opsi \"Cari " -"tautan saja\"." +"Pintasan ini menampilkan bilah pencarian, dan mengatur opsi \"Cari tautan " +"saja\"." #: khtml_part.cpp:451 #, kde-format @@ -1053,7 +1053,7 @@ #: khtml_part.cpp:1315 #, kde-format msgid "&Disable Error Reporting" -msgstr "&Nonaktifkan Pelaporan Error" +msgstr "&Nonfungsikan Pelaporan Error" #: khtml_part.cpp:1358 #, kde-format @@ -1243,7 +1243,7 @@ #: khtml_part.cpp:4095 #, kde-format msgid "Save Background Image As" -msgstr "Simpan Image Latar Belakang Sebagai" +msgstr "Simpan Image Latarbelakang Sebagai" #: khtml_part.cpp:4188 #, kde-format @@ -1390,7 +1390,7 @@ "or to open the popup." msgstr "" "Halaman ini telah mencoba untuk membuka jendela sembul tapi dihalangi.\n" -"Anda dapat menekan ikon ini di batang status untuk mengontrol perilaku ini\n" +"Anda dapat menekan ikon ini di bilah status untuk mengontrol perilaku ini\n" "atau untuk membuka sembul." #: khtml_part.cpp:7653 @@ -1418,12 +1418,12 @@ "of the HTML page will be printed, without the included images. Printing will " "be faster and use less ink or toner.

" msgstr "" -"

'Cetak image'

Jika kotak centang diaktifkan, " +"

'Cetak image'

Jika kotak centang difungsikan, " "image yang ada di halaman HTML akan dicetak. Mencetak mungkin dapat memakan " "waktu lebih lama dan menggunakan lebih banyak tinta atau toner.

Jika " -"kotak centang dinonaktifkan, hanya teks dari halaman HTML yang akan dicetak, " -"tanpa image yang disertakan. Mencetak akan lebih cepat dan menggunakan lebih " -"sedikit tinta atau toner.

" +"kotak centang dinonfungsikan, hanya teks dari halaman HTML yang akan " +"dicetak, tanpa image yang disertakan. Mencetak akan lebih cepat dan " +"menggunakan lebih sedikit tinta atau toner.

" #: khtml_printsettings.cpp:42 #, kde-format @@ -1435,10 +1435,10 @@ "printout of the HTML document will not contain such a header line.

" msgstr "" "

'Cetak tajuk'

Jika kotak centang ini " -"diaktifkan, hasil cetak dokumen HTML akan berisi baris tajuk di atas tiap " +"difungsikan, hasil cetak dokumen HTML akan berisi baris tajuk di atas tiap " "halaman. Tajuk ini berisi tanggal saat ini, lokasi URL dari halaman yang " -"dicetak dan nomor halaman.

Jika kotak centang ini dinonaktifkan, hasil " -"cetak dokumen HTML tidak akan berisi baris tajuk seperti itu.

" +"dicetak dan nomor halaman.

Jika kotak centang ini dinonfungsikan, " +"hasil cetak dokumen HTML tidak akan berisi baris tajuk seperti itu.

" #: khtml_printsettings.cpp:55 #, kde-format @@ -1453,14 +1453,14 @@ "more slowly and will probably use more toner or ink.

" msgstr "" "

'Mode ramah cetak'

Jika kotak centang ini " -"diaktifkan, hasil cetak dokumen HTML hanya akan berupa hitam dan putih, dan " +"difungsikan, hasil cetak dokumen HTML hanya akan berupa hitam dan putih, dan " "semua latar belakang berwarna akan dikonversi ke warna putih. Hasil cetak " "akan lebih cepat dan lebih sedikit menggunakan tinta atau toner.

Jika " -"kotak centang ini dinonaktifkan, hasil cetak dokumen HTML akan dalam setelan " -"warna aslinya seperti yang anda lihat di aplikasi anda. Ini dapat berakibat " -"dalam area pewarnaan satu halaman penuh (atau abu-abu, jika anda menggunakan " -"pencetak hitam+putih). Hasil cetak akan lebih lambat dan tentu saja akan " -"lebih banyak menggunakan lebih banyak toner atau tinta.

" +"kotak centang ini dinonfungsikan, hasil cetak dokumen HTML akan dalam " +"setelan warna aslinya seperti yang anda lihat di aplikasi anda. Ini dapat " +"berakibat dalam area pewarnaan satu halaman penuh (atau abu-abu, jika anda " +"menggunakan pencetak hitam+putih). Hasil cetak akan lebih lambat dan tentu " +"saja akan lebih banyak menggunakan lebih banyak toner atau tinta.

" #: khtml_printsettings.cpp:70 #, kde-format @@ -1706,7 +1706,7 @@ #: rendering/render_form.cpp:977 #, kde-format msgid "UR&I shortcuts:" -msgstr "Jalan pintas U&RI:" +msgstr "Pintasan U&RI:" #: rendering/render_form.cpp:1056 #, kde-format diff -Nru khtml-5.52.0/po/zh_CN/khtml5.po khtml-5.53.0/po/zh_CN/khtml5.po --- khtml-5.52.0/po/zh_CN/khtml5.po 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/po/zh_CN/khtml5.po 2018-12-01 14:55:39.000000000 +0000 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:05+0200\n" -"PO-Revision-Date: 2018-10-09 18:38\n" +"PO-Revision-Date: 2018-11-12 09:13\n" "Last-Translator: guoyunhe \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru khtml-5.52.0/src/css/css_base.h khtml-5.53.0/src/css/css_base.h --- khtml-5.52.0/src/css/css_base.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/css/css_base.h 2018-12-01 14:55:39.000000000 +0000 @@ -31,7 +31,7 @@ #include "misc/shared.h" #include "misc/enum.h" -#include +#include namespace DOM { diff -Nru khtml-5.52.0/src/css/cssparser.h khtml-5.53.0/src/css/cssparser.h --- khtml-5.52.0/src/css/cssparser.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/css/cssparser.h 2018-12-01 14:55:39.000000000 +0000 @@ -22,9 +22,9 @@ #ifndef _CSS_cssparser_h_ #define _CSS_cssparser_h_ -#include +#include #include -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/css/cssstyleselector.cpp khtml-5.53.0/src/css/cssstyleselector.cpp --- khtml-5.52.0/src/css/cssstyleselector.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/css/cssstyleselector.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -58,9 +58,9 @@ #include "khtml_part.h" #include -#include -#include -#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/css/cssstyleselector.h khtml-5.53.0/src/css/cssstyleselector.h --- khtml-5.52.0/src/css/cssstyleselector.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/css/cssstyleselector.h 2018-12-01 14:55:39.000000000 +0000 @@ -26,8 +26,8 @@ #include "rendering/render_style.h" #include "dom/dom_string.h" #include "css/css_mediaquery.h" -#include -#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/css/css_valueimpl.cpp khtml-5.53.0/src/css/css_valueimpl.cpp --- khtml-5.52.0/src/css/css_valueimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/css/css_valueimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -43,7 +43,7 @@ #include #include "khtml_debug.h" -#include +#include #include // Hack for debugging purposes diff -Nru khtml-5.52.0/src/dom/dom_node.cpp khtml-5.53.0/src/dom/dom_node.cpp --- khtml-5.52.0/src/dom/dom_node.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/dom/dom_node.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -27,7 +27,7 @@ #include "xml/dom_elementimpl.h" #include "xml/dom2_eventsimpl.h" -#include +#include using namespace DOM; diff -Nru khtml-5.52.0/src/dom/dom_node.h khtml-5.53.0/src/dom/dom_node.h --- khtml-5.52.0/src/dom/dom_node.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/dom/dom_node.h 2018-12-01 14:55:39.000000000 +0000 @@ -30,7 +30,7 @@ #define _DOM_Node_h_ #include -#include +#include class QRect; diff -Nru khtml-5.52.0/src/dom/dom_string.h khtml-5.53.0/src/dom/dom_string.h --- khtml-5.52.0/src/dom/dom_string.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/dom/dom_string.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #include #include "khtml_debug.h" -#include +#include #include namespace DOM diff -Nru khtml-5.52.0/src/ecma/domparser.h khtml-5.53.0/src/ecma/domparser.h --- khtml-5.52.0/src/ecma/domparser.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/domparser.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "kjs_dom.h" diff -Nru khtml-5.52.0/src/ecma/kjs_binding.cpp khtml-5.53.0/src/ecma/kjs_binding.cpp --- khtml-5.52.0/src/ecma/kjs_binding.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_binding.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -48,7 +48,7 @@ #include "debugger/debugwindow.h" #endif -#include +#include #include #include diff -Nru khtml-5.52.0/src/ecma/kjs_binding.h khtml-5.53.0/src/ecma/kjs_binding.h --- khtml-5.52.0/src/ecma/kjs_binding.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_binding.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,9 +28,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/ecma/kjs_css.cpp khtml-5.53.0/src/ecma/kjs_css.cpp --- khtml-5.52.0/src/ecma/kjs_css.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_css.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -64,7 +64,7 @@ using DOM::StyleSheetListImpl; #include "khtml_debug.h" -#include +#include namespace KJS { diff -Nru khtml-5.52.0/src/ecma/kjs_debugwin.h khtml-5.53.0/src/ecma/kjs_debugwin.h --- khtml-5.52.0/src/ecma/kjs_debugwin.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_debugwin.h 2018-12-01 14:55:39.000000000 +0000 @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/ecma/kjs_dom.cpp khtml-5.53.0/src/ecma/kjs_dom.cpp --- khtml-5.52.0/src/ecma/kjs_dom.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_dom.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -38,7 +38,7 @@ #include "JSHTMLVideoElement.h" #include "khtml_debug.h" #include -#include +#include #include "kjs_html.h" #include "kjs_css.h" diff -Nru khtml-5.52.0/src/ecma/kjs_html.cpp khtml-5.53.0/src/ecma/kjs_html.cpp --- khtml-5.52.0/src/ecma/kjs_html.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_html.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -61,8 +61,8 @@ #include #include "khtml_debug.h" -#include -#include +#include +#include #undef FOCUS_EVENT // for win32, MinGW diff -Nru khtml-5.52.0/src/ecma/kjs_proxy.h khtml-5.53.0/src/ecma/kjs_proxy.h --- khtml-5.52.0/src/ecma/kjs_proxy.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_proxy.h 2018-12-01 14:55:39.000000000 +0000 @@ -21,8 +21,8 @@ #ifndef _KJS_PROXY_H_ #define _KJS_PROXY_H_ -#include -#include +#include +#include #include class KHTMLPart; diff -Nru khtml-5.52.0/src/ecma/kjs_window.cpp khtml-5.53.0/src/ecma/kjs_window.cpp --- khtml-5.52.0/src/ecma/kjs_window.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_window.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -35,7 +35,7 @@ #include -#include +#include #include #include #include @@ -51,7 +51,7 @@ #endif #include #include -#include +#include #include #include diff -Nru khtml-5.52.0/src/ecma/kjs_window.h khtml-5.53.0/src/ecma/kjs_window.h --- khtml-5.52.0/src/ecma/kjs_window.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/kjs_window.h 2018-12-01 14:55:39.000000000 +0000 @@ -21,11 +21,11 @@ #ifndef _KJS_WINDOW_H_ #define _KJS_WINDOW_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "khtmlpart_p.h" #include "kjs_binding.h" diff -Nru khtml-5.52.0/src/ecma/xmlhttprequest.cpp khtml-5.53.0/src/ecma/xmlhttprequest.cpp --- khtml-5.52.0/src/ecma/xmlhttprequest.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/xmlhttprequest.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -35,8 +35,8 @@ #include #include -#include -#include +#include +#include #include "khtml_debug.h" using namespace KJS; diff -Nru khtml-5.52.0/src/ecma/xmlhttprequest.h khtml-5.53.0/src/ecma/xmlhttprequest.h --- khtml-5.52.0/src/ecma/xmlhttprequest.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/ecma/xmlhttprequest.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,8 +24,8 @@ #include "ecma/kjs_dom.h" #include #include "kio/jobclasses.h" -#include -#include +#include +#include #include "xml/dom_nodeimpl.h" diff -Nru khtml-5.52.0/src/html/html_canvasimpl.cpp khtml-5.53.0/src/html/html_canvasimpl.cpp --- khtml-5.52.0/src/html/html_canvasimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_canvasimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -68,9 +68,9 @@ #include //uglyyy: needs for inf/NaN tests #include -#include -#include -#include +#include +#include +#include #include #include #include "khtml_debug.h" diff -Nru khtml-5.52.0/src/html/html_canvasimpl.h khtml-5.53.0/src/html/html_canvasimpl.h --- khtml-5.52.0/src/html/html_canvasimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_canvasimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -50,9 +50,9 @@ #include "rendering/render_object.h" #include -#include -#include -#include +#include +#include +#include #include #include diff -Nru khtml-5.52.0/src/html/html_documentimpl.h khtml-5.53.0/src/html/html_documentimpl.h --- khtml-5.52.0/src/html/html_documentimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_documentimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -27,7 +27,7 @@ #include "xml/dom_docimpl.h" #include "html/html_miscimpl.h" -#include +#include class KHTMLView; class QString; diff -Nru khtml-5.52.0/src/html/html_formimpl.cpp khtml-5.53.0/src/html/html_formimpl.cpp --- khtml-5.52.0/src/html/html_formimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_formimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -56,9 +56,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/html/html_imageimpl.cpp khtml-5.53.0/src/html/html_imageimpl.cpp --- khtml-5.52.0/src/html/html_imageimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_imageimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -36,9 +36,9 @@ #include "css/cssvalues.h" #include "xml/dom2_eventsimpl.h" -#include -#include -#include +#include +#include +#include #include #include diff -Nru khtml-5.52.0/src/html/html_objectimpl.cpp khtml-5.53.0/src/html/html_objectimpl.cpp --- khtml-5.52.0/src/html/html_objectimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_objectimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -27,10 +27,10 @@ #include "dom/dom_string.h" #include "imload/imagemanager.h" #include "khtmlview.h" -#include -#include -#include -#include +#include +#include +#include +#include #include #include "khtml_debug.h" diff -Nru khtml-5.52.0/src/html/html_objectimpl.h khtml-5.53.0/src/html/html_objectimpl.h --- khtml-5.52.0/src/html/html_objectimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/html_objectimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -26,9 +26,9 @@ #include "html_elementimpl.h" #include "xml/dom_stringimpl.h" -#include -#include -#include +#include +#include +#include #include // ------------------------------------------------------------------------- diff -Nru khtml-5.52.0/src/html/htmlprospectivetokenizer.cpp khtml-5.53.0/src/html/htmlprospectivetokenizer.cpp --- khtml-5.52.0/src/html/htmlprospectivetokenizer.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/htmlprospectivetokenizer.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include "kentities_p.h" diff -Nru khtml-5.52.0/src/html/htmltokenizer.cpp khtml-5.53.0/src/html/htmltokenizer.cpp --- khtml-5.52.0/src/html/htmltokenizer.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/htmltokenizer.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include "khtml_debug.h" #include diff -Nru khtml-5.52.0/src/html/htmltokenizer.h khtml-5.53.0/src/html/htmltokenizer.h --- khtml-5.52.0/src/html/htmltokenizer.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/htmltokenizer.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,10 +28,10 @@ #ifndef HTMLTOKENIZER_H #define HTMLTOKENIZER_H -#include -#include -#include -#include +#include +#include +#include +#include #include "misc/loader_client.h" #include "misc/stringit.h" diff -Nru khtml-5.52.0/src/html/kopenssl.cpp khtml-5.53.0/src/html/kopenssl.cpp --- khtml-5.52.0/src/html/kopenssl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/kopenssl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,10 +26,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include extern "C" { #if KSSL_HAVE_SSL @@ -233,9 +233,9 @@ } #ifdef __OpenBSD__ -#include -#include -#include +#include +#include +#include static QString findMostRecentLib(QString dir, QString name) { diff -Nru khtml-5.52.0/src/html/ksslkeygen.h khtml-5.53.0/src/html/ksslkeygen.h --- khtml-5.52.0/src/html/ksslkeygen.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/html/ksslkeygen.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #include -#include +#include #include class KSSLKeyGenPrivate; diff -Nru khtml-5.52.0/src/imload/animtimer.h khtml-5.53.0/src/imload/animtimer.h --- khtml-5.52.0/src/imload/animtimer.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/imload/animtimer.h 2018-12-01 14:55:39.000000000 +0000 @@ -25,9 +25,9 @@ #ifndef ANIM_TIMER_H #define ANIM_TIMER_H -#include -#include -#include +#include +#include +#include class QTimer; diff -Nru khtml-5.52.0/src/imload/decoders/jpegloader.cpp khtml-5.53.0/src/imload/decoders/jpegloader.cpp --- khtml-5.52.0/src/imload/decoders/jpegloader.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/imload/decoders/jpegloader.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include "imageloader.h" diff -Nru khtml-5.52.0/src/imload/updater.cpp khtml-5.53.0/src/imload/updater.cpp --- khtml-5.52.0/src/imload/updater.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/imload/updater.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,7 +26,7 @@ #include -#include +#include #include "image.h" namespace khtmlImLoad diff -Nru khtml-5.52.0/src/java/kjavaappletcontext.cpp khtml-5.53.0/src/java/kjavaappletcontext.cpp --- khtml-5.52.0/src/java/kjavaappletcontext.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletcontext.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,10 +26,10 @@ #include #include #include "kjavaappletviewer_debug.h" -#include -#include -#include -#include +#include +#include +#include +#include // This file was using 6002, but kdebug.areas didn't know about that number #define DEBUGAREA 6100 diff -Nru khtml-5.52.0/src/java/kjavaappletcontext.h khtml-5.53.0/src/java/kjavaappletcontext.h --- khtml-5.52.0/src/java/kjavaappletcontext.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletcontext.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #ifndef KJAVAAPPLETCONTEXT_H #define KJAVAAPPLETCONTEXT_H -#include +#include /** * @short Provides a context for KJavaAppletWidgets diff -Nru khtml-5.52.0/src/java/kjavaapplet.h khtml-5.53.0/src/java/kjavaapplet.h --- khtml-5.52.0/src/java/kjavaapplet.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaapplet.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,9 +23,9 @@ #ifndef KJAVAAPPLET_H #define KJAVAAPPLET_H -#include -#include -#include +#include +#include +#include /** * @short A Java applet diff -Nru khtml-5.52.0/src/java/kjavaappletserver.cpp khtml-5.53.0/src/java/kjavaappletserver.cpp --- khtml-5.52.0/src/java/kjavaappletserver.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletserver.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -35,21 +35,21 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include #include #include #include -#include +#include #include #include -#include +#include #include #define KJAS_CREATE_CONTEXT (char)1 diff -Nru khtml-5.52.0/src/java/kjavaappletserver.h khtml-5.53.0/src/java/kjavaappletserver.h --- khtml-5.52.0/src/java/kjavaappletserver.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletserver.h 2018-12-01 14:55:39.000000000 +0000 @@ -25,9 +25,9 @@ #define KJAVAAPPLETSERVER_H #include "kjavaprocess.h" -#include -#include -#include +#include +#include +#include /** * @short Communicates with a KJAS server to display and control Java applets. diff -Nru khtml-5.52.0/src/java/kjavaappletviewer.cpp khtml-5.53.0/src/java/kjavaappletviewer.cpp --- khtml-5.52.0/src/java/kjavaappletviewer.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletviewer.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,10 +26,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/java/kjavaappletviewer.h khtml-5.53.0/src/java/kjavaappletviewer.h --- khtml-5.52.0/src/java/kjavaappletviewer.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaappletviewer.h 2018-12-01 14:55:39.000000000 +0000 @@ -30,9 +30,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include "kjavaappletwidget.h" diff -Nru khtml-5.52.0/src/java/kjavadownloader.cpp khtml-5.53.0/src/java/kjavadownloader.cpp --- khtml-5.52.0/src/java/kjavadownloader.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavadownloader.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -25,7 +25,7 @@ #include #include #include "kjavaappletviewer_debug.h" -#include +#include #include static const int DATA = 0; diff -Nru khtml-5.52.0/src/java/kjavadownloader.h khtml-5.53.0/src/java/kjavadownloader.h --- khtml-5.52.0/src/java/kjavadownloader.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavadownloader.h 2018-12-01 14:55:39.000000000 +0000 @@ -21,7 +21,7 @@ #ifndef KJAVADOWNLOADER_H #define KJAVADOWNLOADER_H -#include +#include /** * @short A class for handling downloads from KIO diff -Nru khtml-5.52.0/src/java/kjavaprocess.cpp khtml-5.53.0/src/java/kjavaprocess.cpp --- khtml-5.52.0/src/java/kjavaprocess.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaprocess.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include class KJavaProcessPrivate { diff -Nru khtml-5.52.0/src/java/kjavaprocess.h khtml-5.53.0/src/java/kjavaprocess.h --- khtml-5.52.0/src/java/kjavaprocess.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kjavaprocess.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #ifndef KJAVAPROCESS_H #define KJAVAPROCESS_H -#include +#include /** * @short A class for invoking a Java VM diff -Nru khtml-5.52.0/src/java/kqeventutil.h khtml-5.53.0/src/java/kqeventutil.h --- khtml-5.52.0/src/java/kqeventutil.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kqeventutil.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #ifndef KQEVENTUTIL_H #define KQEVENTUTIL_H -#include +#include class QEvent; diff -Nru khtml-5.52.0/src/java/kxeventutil.cpp khtml-5.53.0/src/java/kxeventutil.cpp --- khtml-5.52.0/src/java/kxeventutil.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kxeventutil.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -25,8 +25,8 @@ #include #include #include -#include -#include +#include +#include QString KXEventUtil::getXAnyEventInfo(XEvent *xevent) { diff -Nru khtml-5.52.0/src/java/kxeventutil.h khtml-5.53.0/src/java/kxeventutil.h --- khtml-5.52.0/src/java/kxeventutil.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/java/kxeventutil.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #include #include -#include +#include class KXEventUtil { diff -Nru khtml-5.52.0/src/khtml_ext.cpp khtml-5.53.0/src/khtml_ext.cpp --- khtml-5.52.0/src/khtml_ext.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_ext.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -38,12 +38,12 @@ #include "dom/dom_element.h" #include "xml/dom_elementimpl.h" #include -#include +#include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/khtml_ext.h khtml-5.53.0/src/khtml_ext.h --- khtml-5.52.0/src/khtml_ext.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_ext.h 2018-12-01 14:55:39.000000000 +0000 @@ -29,7 +29,7 @@ #include "khtml_part.h" -#include +#include #include #include diff -Nru khtml-5.52.0/src/khtml_global.cpp khtml-5.53.0/src/khtml_global.cpp --- khtml-5.52.0/src/khtml_global.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_global.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -34,7 +34,7 @@ #include "misc/arena.h" #include "misc/paintbuffer.h" -#include +#include #include #include diff -Nru khtml-5.52.0/src/khtml_iface.cpp khtml-5.53.0/src/khtml_iface.cpp --- khtml-5.52.0/src/khtml_iface.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_iface.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #include "khtml_ext.h" #include #include -#include +#include #include KHTMLPartIface::KHTMLPartIface(KHTMLPart *_part) diff -Nru khtml-5.52.0/src/khtmlimage.cpp khtml-5.53.0/src/khtmlimage.cpp --- khtml-5.52.0/src/khtmlimage.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtmlimage.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,7 +26,7 @@ #include "rendering/render_image.h" #include "misc/loader.h" -#include +#include #include #include diff -Nru khtml-5.52.0/src/khtml_pagecache.cpp khtml-5.53.0/src/khtml_pagecache.cpp --- khtml-5.52.0/src/khtml_pagecache.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_pagecache.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -27,10 +27,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include // We keep 12 pages in memory. diff -Nru khtml-5.52.0/src/khtml_pagecache.h khtml-5.53.0/src/khtml_pagecache.h --- khtml-5.52.0/src/khtml_pagecache.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_pagecache.h 2018-12-01 14:55:39.000000000 +0000 @@ -20,7 +20,7 @@ #ifndef __khtml_pagecache_h__ #define __khtml_pagecache_h__ -#include +#include class KHTMLPageCachePrivate; diff -Nru khtml-5.52.0/src/khtml_part.cpp khtml-5.53.0/src/khtml_part.cpp --- khtml-5.52.0/src/khtml_part.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_part.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -119,10 +119,10 @@ #include #include #include -#include -#include +#include +#include #include -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/khtml_part.h khtml-5.53.0/src/khtml_part.h --- khtml-5.52.0/src/khtml_part.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_part.h 2018-12-01 14:55:39.000000000 +0000 @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include class KHTMLPartPrivate; diff -Nru khtml-5.52.0/src/khtmlpart_p.h khtml-5.53.0/src/khtmlpart_p.h --- khtml-5.52.0/src/khtmlpart_p.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtmlpart_p.h 2018-12-01 14:55:39.000000000 +0000 @@ -34,12 +34,12 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include "html/html_formimpl.h" #include "html/html_objectimpl.h" diff -Nru khtml-5.52.0/src/khtml_settings.h khtml-5.53.0/src/khtml_settings.h --- khtml-5.52.0/src/khtml_settings.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_settings.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,9 +28,9 @@ #include #include // ### KDE 5: remove -#include // ### KDE 5: remove -#include -#include +#include // ### KDE 5: remove +#include +#include struct KPerDomainSettings; class KHTMLSettingsPrivate; diff -Nru khtml-5.52.0/src/khtmlview.cpp khtml-5.53.0/src/khtmlview.cpp --- khtml-5.52.0/src/khtmlview.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtmlview.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -75,15 +75,15 @@ #include #include #include -#include +#include #include -#include +#include #include -#include +#include #include -#include -#include -#include +#include +#include +#include #include #include #include diff -Nru khtml-5.52.0/src/khtml_wallet_p.h khtml-5.53.0/src/khtml_wallet_p.h --- khtml-5.52.0/src/khtml_wallet_p.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/khtml_wallet_p.h 2018-12-01 14:55:39.000000000 +0000 @@ -33,9 +33,9 @@ #include #include -#include -#include -#include +#include +#include +#include class KHTMLWalletQueue : public QObject { diff -Nru khtml-5.52.0/src/kmultipart/kmultipart.cpp khtml-5.53.0/src/kmultipart/kmultipart.cpp --- khtml-5.52.0/src/kmultipart/kmultipart.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/kmultipart/kmultipart.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -23,14 +23,14 @@ #include #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include #include diff -Nru khtml-5.52.0/src/kmultipart/kmultipart.h khtml-5.53.0/src/kmultipart/kmultipart.h --- khtml-5.52.0/src/kmultipart/kmultipart.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/kmultipart/kmultipart.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #include #include -#include +#include class HTTPFilterGZip; class QTemporaryFile; diff -Nru khtml-5.52.0/src/misc/helper.cpp khtml-5.53.0/src/misc/helper.cpp --- khtml-5.52.0/src/misc/helper.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/helper.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -22,7 +22,7 @@ */ #include "helper.h" #include "khtmllayout.h" -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/misc/kencodingdetector.h khtml-5.53.0/src/misc/kencodingdetector.h --- khtml-5.52.0/src/misc/kencodingdetector.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/kencodingdetector.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #ifndef KENCODINGDETECTOR_H #define KENCODINGDETECTOR_H -#include +#include class QTextCodec; class QTextDecoder; diff -Nru khtml-5.52.0/src/misc/loader.cpp khtml-5.53.0/src/misc/loader.cpp --- khtml-5.52.0/src/misc/loader.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/loader.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -63,7 +63,7 @@ #include #include #include -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/misc/loader.h khtml-5.53.0/src/misc/loader.h --- khtml-5.52.0/src/misc/loader.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/loader.h 2018-12-01 14:55:39.000000000 +0000 @@ -29,14 +29,14 @@ #include "loader_client.h" #include -#include +#include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #include diff -Nru khtml-5.52.0/src/misc/multimap.h khtml-5.53.0/src/misc/multimap.h --- khtml-5.52.0/src/misc/multimap.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/multimap.h 2018-12-01 14:55:39.000000000 +0000 @@ -26,9 +26,9 @@ #include #include -#include -#include -#include +#include +#include +#include template class MultiMapPtrList; diff -Nru khtml-5.52.0/src/misc/stringit.h khtml-5.53.0/src/misc/stringit.h --- khtml-5.52.0/src/misc/stringit.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/stringit.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,8 +28,8 @@ #include "dom/dom_string.h" -#include -#include +#include +#include #include diff -Nru khtml-5.52.0/src/misc/translator.h khtml-5.53.0/src/misc/translator.h --- khtml-5.52.0/src/misc/translator.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/misc/translator.h 2018-12-01 14:55:39.000000000 +0000 @@ -22,7 +22,7 @@ #ifndef KHTML_MISC_TRANSLATOR_H #define KHTML_MISC_TRANSLATOR_H -#include +#include //--------------------------------------------------------------------------------------------- /* This class is used to do remapping between different encodings reasonably compactly. diff -Nru khtml-5.52.0/src/rendering/bidi.h khtml-5.53.0/src/rendering/bidi.h --- khtml-5.52.0/src/rendering/bidi.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/bidi.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #ifndef BIDI_H #define BIDI_H -#include +#include #include "rendering/render_object.h" namespace khtml diff -Nru khtml-5.52.0/src/rendering/break_lines.cpp khtml-5.53.0/src/rendering/break_lines.cpp --- khtml-5.52.0/src/rendering/break_lines.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/break_lines.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -1,6 +1,6 @@ #include -#include -#include +#include +#include #include #include diff -Nru khtml-5.52.0/src/rendering/break_lines.h khtml-5.53.0/src/rendering/break_lines.h --- khtml-5.52.0/src/rendering/break_lines.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/break_lines.h 2018-12-01 14:55:39.000000000 +0000 @@ -1,7 +1,7 @@ #ifndef BREAK_LINES_H #define BREAK_LINES_H -#include +#include namespace khtml { diff -Nru khtml-5.52.0/src/rendering/enumerate.cpp khtml-5.53.0/src/rendering/enumerate.cpp --- khtml-5.52.0/src/rendering/enumerate.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/enumerate.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -25,8 +25,8 @@ #include "rendering/enumerate.h" -#include -#include +#include +#include namespace khtml { diff -Nru khtml-5.52.0/src/rendering/font.cpp khtml-5.53.0/src/rendering/font.cpp --- khtml-5.52.0/src/rendering/font.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/font.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -38,7 +38,7 @@ #include "khtml_debug.h" -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/rendering/render_canvasimage.cpp khtml-5.53.0/src/rendering/render_canvasimage.cpp --- khtml-5.52.0/src/rendering/render_canvasimage.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_canvasimage.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -31,7 +31,7 @@ #include "render_canvas.h" #include -#include +#include #include #include diff -Nru khtml-5.52.0/src/rendering/render_canvasimage.h khtml-5.53.0/src/rendering/render_canvasimage.h --- khtml-5.52.0/src/rendering/render_canvasimage.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_canvasimage.h 2018-12-01 14:55:39.000000000 +0000 @@ -33,7 +33,7 @@ #include "rendering/render_replaced.h" #include "dom/dom_string.h" -#include +#include #include #include diff -Nru khtml-5.52.0/src/rendering/render_image.h khtml-5.53.0/src/rendering/render_image.h --- khtml-5.52.0/src/rendering/render_image.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_image.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,7 +28,7 @@ #include "rendering/render_replaced.h" #include "dom/dom_string.h" -#include +#include #include namespace khtmlImLoad diff -Nru khtml-5.52.0/src/rendering/render_layer.cpp khtml-5.53.0/src/rendering/render_layer.cpp --- khtml-5.52.0/src/rendering/render_layer.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_layer.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -59,7 +59,7 @@ #include "xml/dom_restyler.h" #include -#include +#include using namespace DOM; using namespace khtml; diff -Nru khtml-5.52.0/src/rendering/render_layer.h khtml-5.53.0/src/rendering/render_layer.h --- khtml-5.52.0/src/rendering/render_layer.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_layer.h 2018-12-01 14:55:39.000000000 +0000 @@ -45,7 +45,7 @@ #define render_layer_h #include -#include +#include #include #include "render_object.h" diff -Nru khtml-5.52.0/src/rendering/render_object.h khtml-5.53.0/src/rendering/render_object.h --- khtml-5.52.0/src/rendering/render_object.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_object.h 2018-12-01 14:55:39.000000000 +0000 @@ -27,7 +27,7 @@ #define render_object_h #include -#include +#include #include #include @@ -39,7 +39,7 @@ #include "misc/helper.h" #include "rendering/render_style.h" #include "rendering/render_position.h" -#include +#include // svg #include "FloatRect.h" diff -Nru khtml-5.52.0/src/rendering/render_replaced.cpp khtml-5.53.0/src/rendering/render_replaced.cpp --- khtml-5.52.0/src/rendering/render_replaced.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_replaced.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/rendering/render_replaced.h khtml-5.53.0/src/rendering/render_replaced.h --- khtml-5.52.0/src/rendering/render_replaced.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_replaced.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ #define render_replaced_h #include "rendering/render_block.h" -#include +#include #include #include #include diff -Nru khtml-5.52.0/src/rendering/render_text.h khtml-5.53.0/src/rendering/render_text.h --- khtml-5.52.0/src/rendering/render_text.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/rendering/render_text.h 2018-12-01 14:55:39.000000000 +0000 @@ -30,7 +30,7 @@ #include "rendering/render_object.h" #include "rendering/render_line.h" -#include +#include #include class QPainter; diff -Nru khtml-5.52.0/src/xml/dom_docimpl.cpp khtml-5.53.0/src/xml/dom_docimpl.cpp --- khtml-5.52.0/src/xml/dom_docimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_docimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -44,10 +44,10 @@ #include #include -#include +#include //Added by qt3to4: #include -#include +#include #include "khtml_debug.h" #include diff -Nru khtml-5.52.0/src/xml/dom_docimpl.h khtml-5.53.0/src/xml/dom_docimpl.h --- khtml-5.52.0/src/xml/dom_docimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_docimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -36,11 +36,11 @@ #include "misc/loader.h" #include "misc/seed.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include //Added by qt3to4: diff -Nru khtml-5.52.0/src/xml/dom_elementimpl.cpp khtml-5.53.0/src/xml/dom_elementimpl.cpp --- khtml-5.52.0/src/xml/dom_elementimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_elementimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -54,7 +54,7 @@ #include #include -#include +#include #include #include "khtml_debug.h" #include diff -Nru khtml-5.52.0/src/xml/dom_restyler.h khtml-5.53.0/src/xml/dom_restyler.h --- khtml-5.52.0/src/xml/dom_restyler.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_restyler.h 2018-12-01 14:55:39.000000000 +0000 @@ -28,7 +28,7 @@ #include #include #include "xml/dom_elementimpl.h" -#include +#include /*namespace DOM { class ElementImpl; diff -Nru khtml-5.52.0/src/xml/dom_stringimpl.cpp khtml-5.53.0/src/xml/dom_stringimpl.cpp --- khtml-5.52.0/src/xml/dom_stringimpl.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_stringimpl.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -26,7 +26,7 @@ #include "dom_stringimpl.h" #include -#include +#include #include "misc/AtomicString.h" using namespace DOM; diff -Nru khtml-5.52.0/src/xml/dom_stringimpl.h khtml-5.53.0/src/xml/dom_stringimpl.h --- khtml-5.52.0/src/xml/dom_stringimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_stringimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,7 +23,7 @@ #ifndef _DOM_DOMStringImpl_h_ #define _DOM_DOMStringImpl_h_ -#include +#include #include diff -Nru khtml-5.52.0/src/xml/dom_xmlimpl.h khtml-5.53.0/src/xml/dom_xmlimpl.h --- khtml-5.52.0/src/xml/dom_xmlimpl.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/dom_xmlimpl.h 2018-12-01 14:55:39.000000000 +0000 @@ -26,7 +26,7 @@ #include "xml/dom_nodeimpl.h" #include "misc/loader_client.h" -#include +#include namespace khtml { diff -Nru khtml-5.52.0/src/xml/xml_tokenizer.cpp khtml-5.53.0/src/xml/xml_tokenizer.cpp --- khtml-5.52.0/src/xml/xml_tokenizer.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/xml_tokenizer.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -31,7 +31,7 @@ #include "khtmlview.h" #include "khtml_part.h" -#include +#include #include #include diff -Nru khtml-5.52.0/src/xml/xml_tokenizer.h khtml-5.53.0/src/xml/xml_tokenizer.h --- khtml-5.52.0/src/xml/xml_tokenizer.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xml/xml_tokenizer.h 2018-12-01 14:55:39.000000000 +0000 @@ -23,11 +23,11 @@ #ifndef _XML_Tokenizer_h_ #define _XML_Tokenizer_h_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "misc/loader_client.h" #include "misc/stringit.h" diff -Nru khtml-5.52.0/src/xpath/parser_tester.cpp khtml-5.53.0/src/xpath/parser_tester.cpp --- khtml-5.52.0/src/xpath/parser_tester.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/src/xpath/parser_tester.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -24,7 +24,7 @@ */ #include "parsedstatement.h" -#include +#include #include QString indentedTree(const QString &markup) diff -Nru khtml-5.52.0/tests/java/testkjavaappletserver.cpp khtml-5.53.0/tests/java/testkjavaappletserver.cpp --- khtml-5.52.0/tests/java/testkjavaappletserver.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/java/testkjavaappletserver.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -1,8 +1,8 @@ -#include +#include #include #include -#include +#include #include #include "java/kjavaappletserver.h" diff -Nru khtml-5.52.0/tests/testkhtmlnew.cpp khtml-5.53.0/tests/testkhtmlnew.cpp --- khtml-5.52.0/tests/testkhtmlnew.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/testkhtmlnew.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff -Nru khtml-5.52.0/tests/test_regression.cpp khtml-5.53.0/tests/test_regression.cpp --- khtml-5.52.0/tests/test_regression.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/test_regression.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -37,8 +37,8 @@ #include #include -#include -#include +#include +#include #include #include "css/cssstyleselector.h" @@ -46,7 +46,7 @@ #include "rendering/render_style.h" #include "rendering/render_layer.h" #include "khtmldefaults.h" -#include +#include #include #include @@ -216,13 +216,13 @@ #include #include -#include -#include +#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include "dom/dom2_range.h" diff -Nru khtml-5.52.0/tests/test_regression_gui_window.cpp khtml-5.53.0/tests/test_regression_gui_window.cpp --- khtml-5.52.0/tests/test_regression_gui_window.cpp 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/test_regression_gui_window.cpp 2018-12-01 14:55:39.000000000 +0000 @@ -23,11 +23,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include diff -Nru khtml-5.52.0/tests/test_regression_gui_window.h khtml-5.53.0/tests/test_regression_gui_window.h --- khtml-5.52.0/tests/test_regression_gui_window.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/test_regression_gui_window.h 2018-12-01 14:55:39.000000000 +0000 @@ -25,8 +25,8 @@ #include -#include -#include +#include +#include #include #include "khtml_part.h" diff -Nru khtml-5.52.0/tests/test_regression.h khtml-5.53.0/tests/test_regression.h --- khtml-5.52.0/tests/test_regression.h 2018-11-03 18:01:16.000000000 +0000 +++ khtml-5.53.0/tests/test_regression.h 2018-12-01 14:55:39.000000000 +0000 @@ -24,8 +24,8 @@ #define TEST_REGRESSION_H #include -#include -#include +#include +#include #include #include #include