summaryrefslogtreecommitdiffstats
path: root/tests/manual/repaint/mainwindow/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/repaint/mainwindow/main.cpp')
-rw-r--r--tests/manual/repaint/mainwindow/main.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/manual/repaint/mainwindow/main.cpp b/tests/manual/repaint/mainwindow/main.cpp
index eb3096a59c..abf5857afc 100644
--- a/tests/manual/repaint/mainwindow/main.cpp
+++ b/tests/manual/repaint/mainwindow/main.cpp
@@ -39,7 +39,14 @@
**
****************************************************************************/
-#include <QtWidgets>
+#include <QApplication>
+#include <QMainWindow>
+#include <QToolBar>
+#include <QDockWidget>
+#include <QStatusBar>
+#include <QSpinBox>
+#include <QAction>
+
#include "../shared/shared.h"
int main(int argc, char **argv)