------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=140949 ------- Additional Comments From apaku gmx de 2007-01-31 17:11 ------- Works for me under a qmake project. It doesn't work for ui-derived classes when used on any of the widgets defined in the form. The reason for this is that the generated files would need to be parsed and we can't do that in KDevelop because they don't belong (and shouldn't) to the project. A simple QFile f( works perfectly here.