summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/basicgraphicslayouts/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/basicgraphicslayouts/window.h')
-rw-r--r--examples/graphicsview/basicgraphicslayouts/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/basicgraphicslayouts/window.h b/examples/graphicsview/basicgraphicslayouts/window.h
index b2166f0552..4efa1ecd3a 100644
--- a/examples/graphicsview/basicgraphicslayouts/window.h
+++ b/examples/graphicsview/basicgraphicslayouts/window.h
@@ -41,7 +41,7 @@
#ifndef WINDOW_H
#define WINDOW_H
-#include <QtGui/QGraphicsWidget>
+#include <QtWidgets/QGraphicsWidget>
//! [0]
class Window : public QGraphicsWidget {