summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-09-28 13:06:28 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-09-29 15:09:05 +0200
commit11a9af6484fc34b6b8fd166292b16229ed808c6b (patch)
tree65a52d2cd20333e97ea6c5e2ff04d9408f7d74de /src/widgets/kernel
parent18439a449fdf7e60878329a42fdc55beca14b4c0 (diff)
Fix build with disabled accessibility
Amends 8539e641f6f48a605547f66c47266d19e537f74e Task-number: QTBUG-106941 Change-Id: Ieffe1ac0050c9f1377e4260376acb2f8cdc0f985 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index ea2e53867f..aef35735ba 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -50,10 +50,10 @@
#endif
#if QT_CONFIG(accessibility)
#include <QtGui/qaccessible_base.h>
+#include "private/qaccessiblewidgetfactory_p.h"
#endif
#include "private/qkeymapper_p.h"
-#include "private/qaccessiblewidgetfactory_p.h"
#include <qthread.h>
#include <private/qthread_p.h>