summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/miscellaneous.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/miscellaneous.h')
-rw-r--r--tests/manual/qlocale/miscellaneous.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/manual/qlocale/miscellaneous.h b/tests/manual/qlocale/miscellaneous.h
index fe11ecd89b..29543a81e6 100644
--- a/tests/manual/qlocale/miscellaneous.h
+++ b/tests/manual/qlocale/miscellaneous.h
@@ -41,7 +41,11 @@
#ifndef MISCELLANEOUS_H
#define MISCELLANEOUS_H
-#include <QtWidgets>
+#include <QWidget>
+#include <QLocale>
+
+class QLineEdit;
+class QLabel;
class MiscWidget : public QWidget
{