summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial5/benchmarking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtestlib/tutorial5/benchmarking.cpp')
-rw-r--r--examples/qtestlib/tutorial5/benchmarking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtestlib/tutorial5/benchmarking.cpp b/examples/qtestlib/tutorial5/benchmarking.cpp
index 604eb20a50..f844c2e66c 100644
--- a/examples/qtestlib/tutorial5/benchmarking.cpp
+++ b/examples/qtestlib/tutorial5/benchmarking.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include <qtest.h>
class TestBenchmark : public QObject