summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-04-23 08:24:39 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-04-25 09:46:15 +0000
commitc2ccb4856030db943662a3b158142d7d4803df9a (patch)
tree07892e4aa96e9cbcf7b0506b87065b4155fea9ae /src/corelib
parent02268b84960244945cbff4b11f8475bbf1f9388b (diff)
Fix include style in qreadwritelock_p.h
...to make that file bootstrap-compatible. Change-Id: Ic7c3b64cb27f3fd81f0140b6ee899310fa04f4c7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/thread/qreadwritelock_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qreadwritelock_p.h b/src/corelib/thread/qreadwritelock_p.h
index 04dd45a2e1..a01d010043 100644
--- a/src/corelib/thread/qreadwritelock_p.h
+++ b/src/corelib/thread/qreadwritelock_p.h
@@ -54,7 +54,7 @@
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qhash.h>
-#include <QtCore/QWaitCondition>
+#include <QtCore/qwaitcondition.h>
#ifndef QT_NO_THREAD