summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/flowlayout/flowlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/graphicsview/flowlayout/flowlayout.h')
-rw-r--r--examples/widgets/graphicsview/flowlayout/flowlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/flowlayout/flowlayout.h b/examples/widgets/graphicsview/flowlayout/flowlayout.h
index 01a3474257..344f5b4db8 100644
--- a/examples/widgets/graphicsview/flowlayout/flowlayout.h
+++ b/examples/widgets/graphicsview/flowlayout/flowlayout.h
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtWidgets/qgraphicslayout.h>
+#include <QGraphicsLayout>
class FlowLayout : public QGraphicsLayout
{