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