summaryrefslogtreecommitdiffstats
path: root/examples/opengl/2dpainting/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/2dpainting/widget.h')
-rw-r--r--examples/opengl/2dpainting/widget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/opengl/2dpainting/widget.h b/examples/opengl/2dpainting/widget.h
index 7d665b3952..ccf424330c 100644
--- a/examples/opengl/2dpainting/widget.h
+++ b/examples/opengl/2dpainting/widget.h
@@ -45,9 +45,6 @@
//! [0]
class Helper;
-QT_BEGIN_NAMESPACE
-class QPaintEvent;
-QT_END_NAMESPACE
class Widget : public QWidget
{