summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/clock/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/clock/main.cpp')
-rwxr-xr-xexamples/tutorials/threads/clock/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/threads/clock/main.cpp b/examples/tutorials/threads/clock/main.cpp
index a0f86d6bc7..99cbd4e693 100755
--- a/examples/tutorials/threads/clock/main.cpp
+++ b/examples/tutorials/threads/clock/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include "clockthread.h"
//A clock that does time formatting in another thread