summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/affine/xform.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/affine/xform.h')
-rw-r--r--examples/widgets/painting/affine/xform.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/widgets/painting/affine/xform.h b/examples/widgets/painting/affine/xform.h
index a0d322c0bc..fff92733a0 100644
--- a/examples/widgets/painting/affine/xform.h
+++ b/examples/widgets/painting/affine/xform.h
@@ -48,7 +48,10 @@
#include <QPolygonF>
class HoverPoints;
-QT_FORWARD_DECLARE_CLASS(QLineEdit)
+
+QT_BEGIN_NAMESPACE
+class QLineEdit;
+QT_END_NAMESPACE
class XFormView : public ArthurFrame
{