summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/part2/main.cpp')
-rwxr-xr-xexamples/tutorials/gettingStarted/gsQt/part2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/part2/main.cpp b/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
index 24b4d77abc..c2b94a3d0c 100755
--- a/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
int main(int argv, char **args)
{