summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/shapedclock/shapedclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/shapedclock/shapedclock.cpp')
-rw-r--r--examples/widgets/widgets/shapedclock/shapedclock.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/widgets/widgets/shapedclock/shapedclock.cpp b/examples/widgets/widgets/shapedclock/shapedclock.cpp
index 8e7d831938..3c78f4da89 100644
--- a/examples/widgets/widgets/shapedclock/shapedclock.cpp
+++ b/examples/widgets/widgets/shapedclock/shapedclock.cpp
@@ -48,10 +48,15 @@
**
****************************************************************************/
-#include <QtWidgets>
-
#include "shapedclock.h"
+#include <QAction>
+#include <QCoreApplication>
+#include <QMouseEvent>
+#include <QPainter>
+#include <QTime>
+#include <QTimer>
+
//! [0]
ShapedClock::ShapedClock(QWidget *parent)
: QWidget(parent, Qt::FramelessWindowHint | Qt::WindowSystemMenuHint)