From b3b17d054970e48479aa3afe0a9dfd836efb8536 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 10 Dec 2020 20:47:31 +0100 Subject: Properly include QStringList Forward declaring it breaks with Qt6 --- src/core/kauthorized.h | 3 ++- src/core/kconfigbase.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core') 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 +#include + 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 +#include #include -class QStringList; class KConfigGroup; class KConfigBasePrivate; -- cgit v1.2.1