summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelp_global.cpp
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/qhelp_global.cpp
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/qhelp_global.cpp')
-rw-r--r--src/assistant/help/qhelp_global.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/assistant/help/qhelp_global.cpp b/src/assistant/help/qhelp_global.cpp
index 26332eb04..f4b8ac01c 100644
--- a/src/assistant/help/qhelp_global.cpp
+++ b/src/assistant/help/qhelp_global.cpp
@@ -3,11 +3,11 @@
#include "qhelp_global.h"
-#include <QtCore/QCoreApplication>
-#include <QtCore/QHash>
-#include <QtCore/QMutexLocker>
-#include <QtCore/QRegularExpression>
-#include <QtGui/QTextDocument>
+#include <QtCore/qcoreapplication.h>
+#include <QtCore/qhash.h>
+#include <QtCore/qmutex.h>
+#include <QtCore/qregularexpression.h>
+#include <QtGui/qtextdocument.h>
QString QHelpGlobal::uniquifyConnectionName(const QString &name, void *pointer)
{