diff options
Diffstat (limited to 'autotests/kconfig_compiler/test1main.cpp')
| -rw-r--r-- | autotests/kconfig_compiler/test1main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/autotests/kconfig_compiler/test1main.cpp b/autotests/kconfig_compiler/test1main.cpp index 5a7eda0c..43dcd2c1 100644 --- a/autotests/kconfig_compiler/test1main.cpp +++ b/autotests/kconfig_compiler/test1main.cpp @@ -4,9 +4,9 @@      SPDX-License-Identifier: MIT  */  #include "test1.h" -#include <QGuiApplication>  #include <KConfig>  #include <KConfigGroup> +#include <QGuiApplication>  int main(int argc, char **argv)  { | 
