summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overpainting/bubble.h')
-rw-r--r--examples/opengl/overpainting/bubble.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/examples/opengl/overpainting/bubble.h b/examples/opengl/overpainting/bubble.h
index 2a3d27480b..42dedc6e8f 100644
--- a/examples/opengl/overpainting/bubble.h
+++ b/examples/opengl/overpainting/bubble.h
@@ -41,15 +41,7 @@
#ifndef BUBBLE_H
#define BUBBLE_H
-#include <QBrush>
-#include <QColor>
-#include <QPointF>
-#include <QRect>
-#include <QRectF>
-
-QT_BEGIN_NAMESPACE
-class QPainter;
-QT_END_NAMESPACE
+#include <QPainter>
class Bubble
{
@@ -72,4 +64,4 @@ private:
QColor outerColor;
};
-#endif
+#endif // BUBBLE_H