diff options
Diffstat (limited to 'tests/testqPrefAnimations.cpp')
-rw-r--r-- | tests/testqPrefAnimations.cpp | 3 |
1 files changed, 2 insertions, 1 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() { |