diff options
author | Laurent Montel <montel@kde.org> | 2020-12-13 10:05:01 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2020-12-13 10:05:01 +0100 |
commit | 854a5e65cba175ed9f9654c967822aa4b170927b (patch) | |
tree | 5f00fb36cbfa18d2bcdce95bf1dcca94683d2bc3 /autotests/kconfigtest.cpp | |
parent | b3b17d054970e48479aa3afe0a9dfd836efb8536 (diff) | |
download | kconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.gz kconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.bz2 |
Don't include QtTest as it includes all QtCore includes
Diffstat (limited to 'autotests/kconfigtest.cpp')
-rw-r--r-- | autotests/kconfigtest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index 41f293a7..20414e45 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -12,9 +12,11 @@ #include "config-kconfig.h" -#include <QtTest> +#include <QTest> #include <qtemporarydir.h> #include <QStandardPaths> +#include <QSignalSpy> +#include <QTemporaryFile> #include <kdesktopfile.h> #include <ksharedconfig.h> |