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