diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testqPrefAnimations.cpp | 3 | ||||
-rw-r--r-- | tests/testqPrefAnimations.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/testqPrefAnimations.cpp b/tests/testqPrefAnimations.cpp index db0e31218..13c194233 100644 --- a/tests/testqPrefAnimations.cpp +++ b/tests/testqPrefAnimations.cpp @@ -1,11 +1,12 @@ // SPDX-License-Identifier: GPL-2.0 #include "testqPrefAnimations.h" -#include "core/settings/qPrefAnimations.h" +#include "core/settings/qPref.h" #include "core/pref.h" #include "core/qthelper.h" #include <QDate> +#include <QTest> void TestQPrefAnimations::initTestCase() { diff --git a/tests/testqPrefAnimations.h b/tests/testqPrefAnimations.h index 162baf8fd..78342607f 100644 --- a/tests/testqPrefAnimations.h +++ b/tests/testqPrefAnimations.h @@ -2,7 +2,7 @@ #ifndef TESTQPREFANIMATIONS_H #define TESTQPREFANIMATIONS_H -#include <QtTest> +#include <QObject> class TestQPrefAnimations : public QObject { |