summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/glwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overpainting/glwidget.h')
-rw-r--r--examples/opengl/overpainting/glwidget.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/opengl/overpainting/glwidget.h b/examples/opengl/overpainting/glwidget.h
index ce2b29d7f3..497d5e1ac4 100644
--- a/examples/opengl/overpainting/glwidget.h
+++ b/examples/opengl/overpainting/glwidget.h
@@ -41,19 +41,11 @@
#ifndef GLWIDGET_H
#define GLWIDGET_H
-#include <QBrush>
-#include <QFont>
-#include <QImage>
-#include <QPen>
#include <QGLWidget>
#include <QTimer>
class Bubble;
class QtLogo;
-QT_BEGIN_NAMESPACE
-class QPaintEvent;
-class QWidget;
-QT_END_NAMESPACE
//! [0]
class GLWidget : public QGLWidget
@@ -108,4 +100,4 @@ private:
//! [4]
};
-#endif
+#endif // GLWIDGET_H