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