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 /src/core/kconfigbackend_p.h | |
parent | 6370091867a7ed47bd438c7d2bbc1beb6b97c9ed (diff) | |
download | kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.gz kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.bz2 |
Remove not necessary QtCore and co
Diffstat (limited to 'src/core/kconfigbackend_p.h')
-rw-r--r-- | src/core/kconfigbackend_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kconfigbackend_p.h b/src/core/kconfigbackend_p.h index d2e3de4e..31e728bf 100644 --- a/src/core/kconfigbackend_p.h +++ b/src/core/kconfigbackend_p.h @@ -23,8 +23,8 @@ #ifndef KCONFIGBACKEND_H #define KCONFIGBACKEND_H -#include <QtCore/QObject> -#include <QtCore/QString> +#include <QObject> +#include <QString> #include <QExplicitlySharedDataPointer> #include <kconfigcore_export.h> |