kossebau created this revision. Restricted Application added a project: Frameworks.
REVISION SUMMARY The DTD talks about <kpartgui> being deprecated as toplevel element, so the data and tests should follow that. Also fixes wrong DOCTYPE name usage, "gui" instead of "kpartgui" makes no sense given there is only the one DTD (will be separate commit). To reduce confusion there either should be a new DTD or the already existing kxmlgui.xsd schema and the respective header should be promoted. TEST PLAN Tests still work, tested apps also. REPOSITORY R263 KXmlGui BRANCH usenondeprecatedelement REVISION DETAIL https://phabricator.kde.org/D5296 AFFECTED FILES autotests/ktoolbar_unittest.cpp autotests/kxmlgui_unittest.cpp src/kshortcutschemeseditor.cpp src/kshortcutschemeshelper.cpp src/ktoolbarhandler.cpp src/ui_standards.rc tests/krichtexteditor/krichtexteditorui.rc tests/kwindowtest.rc tests/kxmlguitest_part.rc tests/kxmlguitest_shell.rc To: kossebau, #frameworks