diff options
author | Laurent Montel <montel@kde.org> | 2018-04-06 13:21:23 +0200 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2018-04-06 13:21:23 +0200 |
commit | 9c8c3a7d4c3eb9a7371179244848a575b46c7212 (patch) | |
tree | fdab536bbd6205d000ba29ba7ad792c020481965 /autotests/kconfig_compiler/test8c.cpp.ref | |
parent | 9c8785b130b13573229f3791f8165200f9e2c037 (diff) | |
download | kconfig-9c8c3a7d4c3eb9a7371179244848a575b46c7212.tar.gz kconfig-9c8c3a7d4c3eb9a7371179244848a575b46c7212.tar.bz2 |
Fix autotest
Diffstat (limited to 'autotests/kconfig_compiler/test8c.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test8c.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8c.cpp.ref b/autotests/kconfig_compiler/test8c.cpp.ref index 0759825c..0d3042ea 100644 --- a/autotests/kconfig_compiler/test8c.cpp.ref +++ b/autotests/kconfig_compiler/test8c.cpp.ref @@ -4,7 +4,7 @@ #include "test8c.h" #include <qglobal.h> -#include <QtCore/QFile> +#include <QFile> #include <QDebug> |