summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/4_headers/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/4_headers/main.cpp')
-rwxr-xr-xexamples/tutorials/modelview/4_headers/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/4_headers/main.cpp b/examples/tutorials/modelview/4_headers/main.cpp
index c89829ab42..9dadb071a7 100755
--- a/examples/tutorials/modelview/4_headers/main.cpp
+++ b/examples/tutorials/modelview/4_headers/main.cpp
@@ -38,8 +38,8 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
-#include <QtGui/QTableView>
+#include <QtWidgets/QApplication>
+#include <QtWidgets/QTableView>
#include "mymodel.h"
int main(int argc, char *argv[])