> <@bart:mogwai.be> ``` > In file included from /home/testuser/kde/build/breeze/kstyle/config/breezestyleconfig_autogen/EWIEGA46WW/moc_breezestyleconfigmodule. > cpp:10, > from /home/testuser/kde/build/breeze/kstyle/config/breezestyleconfig_autogen/mocs_compilation.cpp:3: > /home/testuser/kde/build/breeze/kstyle/config/breezestyleconfig_autogen/EWIEGA46WW/../../../../../../src/breeze/kstyle/config/breezes > tyleconfigmodule.h:23:48: error: ‘KPluginMetaData’ does not name a type > 23 | ConfigurationModule(QObject *parent, const KPluginMetaData &data, const QVariantList &args); > | ^~~~~~~~~~~~~~~ > In file included from /home/testuser/kde/build/breeze/kdecoration/breezedecoration_STATIC_autogen/IJHAR2IVER/moc_breezeconfigwidget.cpp:10, > from /home/testuser/kde/build/breeze/kdecoration/breezedecoration_STATIC_autogen/mocs_compilation.cpp:2: > /home/testuser/kde/build/breeze/kdecoration/breezedecoration_STATIC_autogen/IJHAR2IVER/../../../../../src/breeze/kdecoration/config/breezeconfigwidget.h:32:50: error: ‘KPluginMetaData’ does not name a type > 32 | explicit ConfigWidget(QObject *parent, const KPluginMetaData &data, const QVariantList &args); > ``` I don't see a direct include for `KPluginMetadata` in that header file, or at least not a direct one. Could it be missing?