https://bugs.kde.org/show_bug.cgi?id=411197
--- Comment #3 from Raphael Rosch <kdeb...@insaner.com> --- Hi Vialav, thank you for your reply (sorry for the delay, I somehow missed it in my inbox). I went about it another way, and just changed the info.themePath = path.chopped(1); to two lines: info.themePath = path; info.themePath.chop(1); Which allowed me compile that part, but then I ran into another problem: undefined reference to `bool QTest::qCompare [...] which took a few fixes (this happened in multiple locations and files). Not sure why I couldn't compile, did you have problems there too? In any case, I have attached the patch necessary to get it to compile for me. -- You are receiving this mail because: You are watching all bug changes.