------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140958 ------- Additional Comments From dnt500 gmx de 2007-03-06 17:16 ------- Created an attachment (id=19896) --> (http://bugs.kde.org/attachment.cgi?id=19896&action=view) Some source where the problem occurs Ok, here some code where the problem occurs. Code formatting results in: Font::Font(const QString& fontString) { setFont(fontString); } Font::Font(const QDomElement& xfontElem) { setFont(xfontElem); }