summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/chip/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/chip/chip.h')
-rw-r--r--examples/graphicsview/chip/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/chip/chip.h b/examples/graphicsview/chip/chip.h
index ff9f636843..460969451b 100644
--- a/examples/graphicsview/chip/chip.h
+++ b/examples/graphicsview/chip/chip.h
@@ -43,7 +43,7 @@
#define CHIP_H
#include <QtGui/QColor>
-#include <QtGui/QGraphicsItem>
+#include <QtWidgets/QGraphicsItem>
class Chip : public QGraphicsItem
{