summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/dateformats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/dateformats.cpp')
-rw-r--r--tests/manual/qlocale/dateformats.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/qlocale/dateformats.cpp b/tests/manual/qlocale/dateformats.cpp
index ffdef0993f..3b523ca863 100644
--- a/tests/manual/qlocale/dateformats.cpp
+++ b/tests/manual/qlocale/dateformats.cpp
@@ -40,6 +40,13 @@
#include "dateformats.h"
+#include <QLineEdit>
+#include <QScrollArea>
+#include <QGridLayout>
+#include <QComboBox>
+#include <QLabel>
+#include <QDateTime>
+
DateFormatsWidget::DateFormatsWidget()
{
scrollArea = new QScrollArea;