summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/inputmethods/colorpicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/widgets/inputmethods/colorpicker.h')
-rw-r--r--tests/manual/widgets/inputmethods/colorpicker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/widgets/inputmethods/colorpicker.h b/tests/manual/widgets/inputmethods/colorpicker.h
index 171c0186b..0b6b3257a 100644
--- a/tests/manual/widgets/inputmethods/colorpicker.h
+++ b/tests/manual/widgets/inputmethods/colorpicker.h
@@ -7,8 +7,10 @@
#include <QColor>
#include <QWidget>
+QT_BEGIN_NAMESPACE
class QLineEdit;
class QPushButton;
+QT_END_NAMESPACE
class ColorPicker : public QWidget
{