aboutsummaryrefslogtreecommitdiff
path: root/autotests/kentrymaptest.cpp
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2020-12-13 10:05:01 +0100
committerLaurent Montel <montel@kde.org>2020-12-13 10:05:01 +0100
commit854a5e65cba175ed9f9654c967822aa4b170927b (patch)
tree5f00fb36cbfa18d2bcdce95bf1dcca94683d2bc3 /autotests/kentrymaptest.cpp
parentb3b17d054970e48479aa3afe0a9dfd836efb8536 (diff)
downloadkconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.gz
kconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.bz2
Don't include QtTest as it includes all QtCore includes
Diffstat (limited to 'autotests/kentrymaptest.cpp')
-rw-r--r--autotests/kentrymaptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kentrymaptest.cpp b/autotests/kentrymaptest.cpp
index a84c4b4e..406e4e99 100644
--- a/autotests/kentrymaptest.cpp
+++ b/autotests/kentrymaptest.cpp
@@ -6,7 +6,7 @@
#include "kentrymaptest.h"
-#include <QtTest>
+#include <QTest>
const QByteArray group1("A Group");
const QByteArray key1("A Key");