diff --git a/debian/changelog b/debian/changelog index ef7d24b..bdd660e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ cutefish-qt-plugins (0.6) UNRELEASED; urgency=high * Initial release (CutefishOS) - -- CutefishOS Packaging Team Sun, 21 Nov 2021 13:52:29 +0800 + -- CutefishOS Packaging Team Sun, 21 Nov 2021 13:52:29 +0800 diff --git a/platformtheme/platformtheme.h b/platformtheme/platformtheme.h index 4eabab6..e9e7216 100644 --- a/platformtheme/platformtheme.h +++ b/platformtheme/platformtheme.h @@ -1,7 +1,13 @@ #ifndef PLATFORMTHEME_H #define PLATFORMTHEME_H +#include + +#if QT_VERSION >= QT_VERSION_CHECK(6, 10, 0) +#include +#else #include +#endif #include "hintsettings.h" #include "systemtrayicon.h"