summaryrefslogtreecommitdiffstats
path: root/src/widgets/statemachine
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 15:05:43 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 19:36:54 +0200
commit94c0628d22e844a23e1ee27cd3df03cc9e0e2c25 (patch)
treecd9c206d19ed9d4f246f4dc59c743bd13216c6cc /src/widgets/statemachine
parente135c811bbde49b119c74b9ebb7f7b89e1b124fd (diff)
fix includes
Diffstat (limited to 'src/widgets/statemachine')
-rw-r--r--src/widgets/statemachine/qguistatemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/statemachine/qguistatemachine.cpp b/src/widgets/statemachine/qguistatemachine.cpp
index 031c135158..b22bd4a64d 100644
--- a/src/widgets/statemachine/qguistatemachine.cpp
+++ b/src/widgets/statemachine/qguistatemachine.cpp
@@ -45,7 +45,7 @@
#include <private/qstatemachine_p.h>
#include <QtGui/qevent.h>
-#include <QtGui/qgraphicssceneevent.h>
+#include <QtWidgets/qgraphicssceneevent.h>
QT_BEGIN_NAMESPACE