diff options
| author | Laurent Montel <montel@kde.org> | 2018-03-11 13:36:48 +0100 | 
|---|---|---|
| committer | Laurent Montel <montel@kde.org> | 2018-03-11 13:36:48 +0100 | 
| commit | 610fe76bac95b7eb9f1fa44d05e4b4040707304f (patch) | |
| tree | c6a5e5953a0b36ac16ad742d66f0d63877008381 /autotests/ksharedconfig_in_global_object.cpp | |
| parent | 6370091867a7ed47bd438c7d2bbc1beb6b97c9ed (diff) | |
| download | kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.gz kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.bz2 | |
Remove not necessary QtCore and co
Diffstat (limited to 'autotests/ksharedconfig_in_global_object.cpp')
| -rw-r--r-- | autotests/ksharedconfig_in_global_object.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/autotests/ksharedconfig_in_global_object.cpp b/autotests/ksharedconfig_in_global_object.cpp index 7a4f66bf..ff7f581e 100644 --- a/autotests/ksharedconfig_in_global_object.cpp +++ b/autotests/ksharedconfig_in_global_object.cpp @@ -17,8 +17,8 @@  */ -#include <QtCore/QCoreApplication> -#include <QtCore/QtGlobal> +#include <QCoreApplication> +#include <QtGlobal>  #include <QTimer>  #include <ksharedconfig.h>  #include <kconfiggroup.h> | 
