Hi all, I'm developping a little application I've added a header and a .cpp files to my project which are correctly opened by my widget All i18n() entries are correctly append to my .pot file, both from the widget .cpp file and from my newly added .cpp one But when I compile, only the widget ones are translated I think of a problem with the .moc génération and/or integration at compile time, but I can't find where to add this
I also tryed to add #include "newly_added.moc", at the end of newly_added.cpp, But I get "no such file" Thanks per advance !! -- "Il est dangereux d'avoir raison quand le gouvernement a tort." Voltaire

