Re: kde frontend: LyXFunc or LyXView

2000-06-16 Thread Marko Vendelin
> all development has been done with the xforms code. The code in the kde > directory was written as proof of concept a long, long time ago. As such, it > has lagged behind... > > You are correct to report that the code in kde/Dialogs.C is inconsistent with > that in xforms/Dialogs.C. It is wron

Re: kde frontend: LyXFunc or LyXView

2000-06-16 Thread Angus Leeming
Marko> current CVS does not compile with KDE frontend due to the difference in Marko> Dialogs class definition for KDE and Xforms frontends. Namely, Dialogs Marko> class constructor expects LyXView* as its argument in Xforms frontend Marko> (src/frontends/Dialogs.h src/frontends/xforms/Dialogs.C)

kde frontend: LyXFunc or LyXView

2000-06-16 Thread Marko Vendelin
current CVS does not compile with KDE frontend due to the difference in Dialogs class definition for KDE and Xforms frontends. Namely, Dialogs class constructor expects LyXView* as its argument in Xforms frontend (src/frontends/Dialogs.h src/frontends/xforms/Dialogs.C) and LyXFunc* as an argument