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