summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qaction/tst_qaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qaction/tst_qaction.cpp')
-rw-r--r--tests/auto/gui/kernel/qaction/tst_qaction.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/gui/kernel/qaction/tst_qaction.cpp b/tests/auto/gui/kernel/qaction/tst_qaction.cpp
index 277e86d1be..7f817a5c98 100644
--- a/tests/auto/gui/kernel/qaction/tst_qaction.cpp
+++ b/tests/auto/gui/kernel/qaction/tst_qaction.cpp
@@ -26,7 +26,9 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QTest>
+#include <QSignalSpy>
+#include <QFont>
#include <qguiapplication.h>
#include <qevent.h>