On Sunday 17 Jul 2005 6:16 pm, Georg Baum wrote: > Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: > > Can anybody help to correct this error? > > Change line 350 of QPrefs.C from > > if (cb->text(i) == default_font_name) { > > to > if (fromqstr(cb->text(i)) == default_font_name) { > > > Georg I did this. Now it is compiling properly. Thank you.
Anand