Index: /trunk/doc/manual/Makefile.kmk
===================================================================
--- /trunk/doc/manual/Makefile.kmk	(revision 86599)
+++ /trunk/doc/manual/Makefile.kmk	(revision 86600)
@@ -209,5 +209,5 @@
 
  VBOX_QHCP_FILES = \
-	QtHelpCollectionProject.qhcp
+	UserManual.qhcp
 
  # Wildcard the images path for every supported language
@@ -262,5 +262,5 @@
         html-single/UserManual.xhtml \
         html-single/UserManual.qhp \
-        html-single/QtHelpCollectionProject.qhcp \
+        html-single/UserManual.qhcp \
         html-single/UserManual.qhc \
         html-single/UserManual.qch \
@@ -918,10 +918,10 @@
 
 ################Copy qhcp file from the source directory###############################
-$(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/QtHelpCollectionProject.qhcp: \
+$(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.qhcp: \
 	$$(dir $$@)
 	$(QUIET)$(INSTALL_STAGING) -m0664 -- $(addprefix $(VBOX_PATH_MANUAL_SRC)/, $(VBOX_QHCP_FILES)) $@
 
 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.qhc: \
-	$(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/QtHelpCollectionProject.qhcp \
+	$(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.qhcp \
 	$(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.qhp \
 	$(addprefix $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/, $(VBOX_MANUAL_PNG_FILES_en_US))
Index: unk/doc/manual/QtHelpCollectionProject.qhcp
===================================================================
--- /trunk/doc/manual/QtHelpCollectionProject.qhcp	(revision 86599)
+++ 	(revision )
@@ -1,44 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    QtHelpCollectionProject.xsl:
-        XML to configure qt help project.
-
-    Copyright (C) 2018-2020 Oracle Corporation
-
-    This file is part of VirtualBox Open Source Edition (OSE), as
-    available from http://www.virtualbox.org. This file is free software;
-    you can redistribute it and/or modify it under the terms of the GNU
-    General Public License (GPL) as published by the Free Software
-    Foundation, in version 2 as it comes in the "COPYING" file of the
-    VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-    hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
--->
-<QHelpCollectionProject version="1.0">
-    <assistant>
-        <title>Virtual Box</title>
-        <!-- <applicationIcon>images/handbook.png</applicationIcon> -->
-        <cacheDirectory>QtProject/vbox</cacheDirectory>
-        <startPage>qthelp://org.virtualbox/manual/UserManual.xhtml</startPage>
-        <aboutMenuText>
-            <text>VirtualBox</text>
-        </aboutMenuText>
-        <!-- <aboutDialog> -->
-        <!--     <file>about.txt</file> -->
-        <!--     <icon>images/icon.png</icon> -->
-        <!-- </aboutDialog> -->
-        <enableDocumentationManager>false</enableDocumentationManager>
-        <enableAddressBar>true</enableAddressBar>
-        <enableFilterFunctionality>false</enableFilterFunctionality>
-    </assistant>
-    <docFiles>
-        <generate>
-            <file>
-                <input>UserManual.qhp</input>
-                <output>UserManual.qch</output>
-            </file>
-        </generate>
-        <register>
-            <file>UserManual.qch</file>
-        </register>
-    </docFiles>
-</QHelpCollectionProject>
Index: /trunk/doc/manual/UserManual.qhcp
===================================================================
--- /trunk/doc/manual/UserManual.qhcp	(revision 86600)
+++ /trunk/doc/manual/UserManual.qhcp	(revision 86600)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    UserManul.qhcp:
+        UserManual qt help configuration file. XML to configure qt help project.
+
+    Copyright (C) 2018-2020 Oracle Corporation
+
+    This file is part of VirtualBox Open Source Edition (OSE), as
+    available from http://www.virtualbox.org. This file is free software;
+    you can redistribute it and/or modify it under the terms of the GNU
+    General Public License (GPL) as published by the Free Software
+    Foundation, in version 2 as it comes in the "COPYING" file of the
+    VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+    hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+-->
+<QHelpCollectionProject version="1.0">
+    <assistant>
+        <title>Virtual Box</title>
+        <!-- <applicationIcon>images/handbook.png</applicationIcon> -->
+        <cacheDirectory>QtProject/vbox</cacheDirectory>
+        <startPage>qthelp://org.virtualbox/manual/UserManual.xhtml</startPage>
+        <aboutMenuText>
+            <text>VirtualBox</text>
+        </aboutMenuText>
+        <!-- <aboutDialog> -->
+        <!--     <file>about.txt</file> -->
+        <!--     <icon>images/icon.png</icon> -->
+        <!-- </aboutDialog> -->
+        <enableDocumentationManager>false</enableDocumentationManager>
+        <enableAddressBar>true</enableAddressBar>
+        <enableFilterFunctionality>false</enableFilterFunctionality>
+    </assistant>
+    <docFiles>
+        <generate>
+            <file>
+                <input>UserManual.qhp</input>
+                <output>UserManual.qch</output>
+            </file>
+        </generate>
+        <register>
+            <file>UserManual.qch</file>
+        </register>
+    </docFiles>
+</QHelpCollectionProject>
