summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/rogue/movementtransition.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/rogue/movementtransition.h')
-rw-r--r--examples/statemachine/rogue/movementtransition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statemachine/rogue/movementtransition.h b/examples/statemachine/rogue/movementtransition.h
index 1153b7508d..d125a862b6 100644
--- a/examples/statemachine/rogue/movementtransition.h
+++ b/examples/statemachine/rogue/movementtransition.h
@@ -41,7 +41,7 @@
#ifndef MOVEMENTTRANSITION_H
#define MOVEMENTTRANSITION_H
-#include <QtGui>
+#include <QtWidgets>
#include "window.h"