summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler_p.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-06 16:47:12 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-07 10:03:32 +0100
commita54746cc812b52ca52cbb997305864502498488b (patch)
tree540dc2c8a2871689a3488014be1eb4184a85ec0b /src/assistant/help/qhelpcollectionhandler_p.h
parentf1cf59001adaf4d49001a5b457bd0d650b7a4a9f (diff)
QtHelp: Port includes to standard convention
According to today's content of: https://wiki.qt.io/Coding_Conventions. Task-number: QTBUG-122025 Change-Id: I55f417060c989e28c38e1abaea1259bb87ccafe7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler_p.h')
-rw-r--r--src/assistant/help/qhelpcollectionhandler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler_p.h b/src/assistant/help/qhelpcollectionhandler_p.h
index a3fabc785..28fc55324 100644
--- a/src/assistant/help/qhelpcollectionhandler_p.h
+++ b/src/assistant/help/qhelpcollectionhandler_p.h
@@ -18,8 +18,8 @@
#include "qhelpdbreader_p.h"
#include "qhelplink.h"
-#include <QtCore/QObject>
-#include <QtCore/QStringList>
+#include <QtCore/qobject.h>
+#include <QtCore/qstringlist.h>
QT_BEGIN_NAMESPACE