hello everyone

I have ui form which have a placeholder widget
now qt creating the proper headers file for me
BUT,
my promoted class is on another namespace, so the header file is wrong
what can I do ?
this is the line from the generated header
QtRecipeListUi *recipeListUi;

but QtRecipeListUi is on 'Ma' namespace

thanx