aboutsummaryrefslogtreecommitdiff
path: root/autotests/test_kconf_update.cpp
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
committerLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
commit610fe76bac95b7eb9f1fa44d05e4b4040707304f (patch)
treec6a5e5953a0b36ac16ad742d66f0d63877008381 /autotests/test_kconf_update.cpp
parent6370091867a7ed47bd438c7d2bbc1beb6b97c9ed (diff)
downloadkconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.gz
kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.bz2
Remove not necessary QtCore and co
Diffstat (limited to 'autotests/test_kconf_update.cpp')
-rw-r--r--autotests/test_kconf_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp
index 33530611..c4f5212c 100644
--- a/autotests/test_kconf_update.cpp
+++ b/autotests/test_kconf_update.cpp
@@ -24,7 +24,7 @@
#include <QFile>
#include <QDir>
#include <QSharedPointer>
-#include <QtCore/QProcess>
+#include <QProcess>
#include <qtemporaryfile.h>
#include <qstandardpaths.h>
#include "config-kconf.h"