diff options
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.h')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.h b/autotests/kconfig_compiler/kconfigcompiler_test.h index 3777eaa7..d7de5474 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.h +++ b/autotests/kconfig_compiler/kconfigcompiler_test.h @@ -17,8 +17,8 @@ #ifndef KCONFIGCOMPILER_TEST_H #define KCONFIGCOMPILER_TEST_H -#include <QtCore/QFile> -#include <QtCore/QObject> +#include <QFile> +#include <QObject> class QString; |