summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/padnavigator/roundrectitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/graphicsview/padnavigator/roundrectitem.cpp')
-rw-r--r--examples/widgets/graphicsview/padnavigator/roundrectitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/padnavigator/roundrectitem.cpp b/examples/widgets/graphicsview/padnavigator/roundrectitem.cpp
index 2433162f80..7f0681a91c 100644
--- a/examples/widgets/graphicsview/padnavigator/roundrectitem.cpp
+++ b/examples/widgets/graphicsview/padnavigator/roundrectitem.cpp
@@ -40,7 +40,9 @@
#include "roundrectitem.h"
-#include <QtWidgets/QtWidgets>
+#include <QApplication>
+#include <QPainter>
+#include <QPalette>
//! [0]
RoundRectItem::RoundRectItem(const QRectF &bounds, const QColor &color,