diff --git a/sdk/libraries/cepgenerator/resources/ActionExtension.h.in b/sdk/libraries/cepgenerator/resources/ActionExtension.h.in index 2e2ec8b03d54630c3041474ff4250f7d07899660..dd09839b4b8755130d51307a251ba54b7ce7a240 100644 --- a/sdk/libraries/cepgenerator/resources/ActionExtension.h.in +++ b/sdk/libraries/cepgenerator/resources/ActionExtension.h.in @@ -8,7 +8,7 @@ class @EXTENSIONCLASSNAME@ : public camitk::ActionExtension { Q_OBJECT Q_INTERFACES(camitk::ActionExtension); - Q_PLUGIN_METADATA(IID "fr.imag.camitk.wizardgenerated.action.@EXTENSIONCLASSNAME@") + Q_PLUGIN_METADATA(IID "fr.imag.camitk.@EXTENSIONNAME@.action.@EXTENSIONCLASSNAME@") public: /// Constructor diff --git a/sdk/libraries/cepgenerator/resources/ComponentExtension.h.in b/sdk/libraries/cepgenerator/resources/ComponentExtension.h.in index 074a654b6dbaa6e9ecd395c6f11f997a94a727b2..f8e926fcdc22df28a535e00269013c98307a3065 100644 --- a/sdk/libraries/cepgenerator/resources/ComponentExtension.h.in +++ b/sdk/libraries/cepgenerator/resources/ComponentExtension.h.in @@ -10,7 +10,7 @@ class @EXTENSIONCLASSNAME@ : public camitk::ComponentExtension { Q_OBJECT Q_INTERFACES(camitk::ComponentExtension); - Q_PLUGIN_METADATA(IID "fr.imag.camitk.wizardgenerated.component.@EXTENSIONCLASSNAME@") + Q_PLUGIN_METADATA(IID "fr.imag.camitk.@EXTENSIONNAME@.component.@EXTENSIONCLASSNAME@") public: /// Constructor