https://bugs.kde.org/show_bug.cgi?id=371721
--- Comment #1 from caulier.gil...@gmail.com --- Created attachment 101813 --> https://bugs.kde.org/attachment.cgi?id=101813&action=edit proof of concept to solve temporally the problem The problem come from signal named open() which sound miss interpreted by automoc and renamed as open64(), certainly to prevent conflict with system fonctions or something like that. Renaming the signal as signalOpen() fix the compilation problem, but of course this cannot be a real solution... -- You are receiving this mail because: You are watching all bug changes.