diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/kauthorized.h | 3 | ||||
| -rw-r--r-- | src/core/kconfigbase.h | 2 | 
2 files changed, 3 insertions, 2 deletions
diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index 88d2e398..57a99e23 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -10,9 +10,10 @@  #include <kconfigcore_export.h> +#include <QStringList> +  class QUrl;  class QString; -class QStringList;  /**  * The functions in this namespace provide the core of the Kiosk action diff --git a/src/core/kconfigbase.h b/src/core/kconfigbase.h index a4fed200..0682a6b5 100644 --- a/src/core/kconfigbase.h +++ b/src/core/kconfigbase.h @@ -13,9 +13,9 @@  #include <kconfigcore_export.h> +#include <QStringList>  #include <QtGlobal> -class QStringList;  class KConfigGroup;  class KConfigBasePrivate;  | 
