summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/toplevel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/widgets/toplevel/main.cpp')
-rw-r--r--examples/tutorials/widgets/toplevel/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/widgets/toplevel/main.cpp b/examples/tutorials/widgets/toplevel/main.cpp
index f7baf0610e..6b84037ab2 100644
--- a/examples/tutorials/widgets/toplevel/main.cpp
+++ b/examples/tutorials/widgets/toplevel/main.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
//! [main program]
-#include <QtGui>
+#include <QtWidgets>
int main(int argc, char *argv[])
{