diff options
Diffstat (limited to 'src/core/kemailsettings.h')
-rw-r--r-- | src/core/kemailsettings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kemailsettings.h b/src/core/kemailsettings.h index 505b0b6d..4d2f0d50 100644 --- a/src/core/kemailsettings.h +++ b/src/core/kemailsettings.h @@ -28,8 +28,8 @@ #ifndef _KEMAILSETTINGS_H #define _KEMAILSETTINGS_H -#include <QtCore/QCoreApplication> // Q_DECLARE_TR_FUNCTIONS -#include <QtCore/QStringList> +#include <QCoreApplication> // Q_DECLARE_TR_FUNCTIONS +#include <QStringList> #include <kconfigcore_export.h> |