summaryrefslogtreecommitdiffstats
path: root/examples/painting/pathstroke
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/pathstroke')
-rw-r--r--examples/painting/pathstroke/pathstroke.h2
-rw-r--r--examples/painting/pathstroke/pathstroke.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/painting/pathstroke/pathstroke.h b/examples/painting/pathstroke/pathstroke.h
index f0360b6648..72b897a994 100644
--- a/examples/painting/pathstroke/pathstroke.h
+++ b/examples/painting/pathstroke/pathstroke.h
@@ -43,7 +43,7 @@
#define PATHSTROKE_H
#include "arthurwidgets.h"
-#include <QtGui>
+#include <QtWidgets>
class PathStrokeRenderer : public ArthurFrame
{
diff --git a/examples/painting/pathstroke/pathstroke.pro b/examples/painting/pathstroke/pathstroke.pro
index 1d1efdc342..d3f6596390 100644
--- a/examples/painting/pathstroke/pathstroke.pro
+++ b/examples/painting/pathstroke/pathstroke.pro
@@ -9,7 +9,7 @@ RESOURCES += pathstroke.qrc
contains(QT_CONFIG, opengl) {
DEFINES += QT_OPENGL_SUPPORT
- QT += opengl
+ QT += opengl widgets
}
# install