diff options
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> | 
