summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/addressbook/part7/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/addressbook/part7/main.cpp')
-rw-r--r--examples/tutorials/addressbook/part7/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/addressbook/part7/main.cpp b/examples/tutorials/addressbook/part7/main.cpp
index 2c92e255b8..15991677c2 100644
--- a/examples/tutorials/addressbook/part7/main.cpp
+++ b/examples/tutorials/addressbook/part7/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include "addressbook.h"
int main(int argc, char *argv[])