summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/clock/clockthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/clock/clockthread.cpp')
-rw-r--r--examples/tutorials/threads/clock/clockthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/threads/clock/clockthread.cpp b/examples/tutorials/threads/clock/clockthread.cpp
index 01d3f1f697..f4721d8ed4 100644
--- a/examples/tutorials/threads/clock/clockthread.cpp
+++ b/examples/tutorials/threads/clock/clockthread.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include "clockthread.h"
//This class starts another thread where it emits a signal for every new second.