Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > class GuiImplementation: public Gui | | class Gui: public GuiBase | | is prettier though... No... I don't agree... the rest of the code is going to see 'Gui' if anything, class QtGui : public Gui would have been ok with

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Jose' Matos
On Tuesday 20 June 2006 15:33, Abdelrazak Younes wrote: > shxxt, I'll do it now. Thanks. Fixed, thanks. :-) > Abdel. -- José Abílio

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: shxxt, I'll do it now. Thanks. had to add it to sconstruct as well (moc-able files...) I've corrected that one earlier. Abdel.

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Edwin Leuven
Abdelrazak Younes wrote: shxxt, I'll do it now. Thanks. had to add it to sconstruct as well (moc-able files...)

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Abdelrazak Younes
Jose' Matos wrote: On Tuesday 20 June 2006 10:34, Abdelrazak Younes wrote: In preparation for the next round of GUI API cleanup. Abdel. Log: t4/QtView renamed to GuiView You forgot to update autotools: shxxt, I'll do it now. Thanks. Abdel.

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Jose' Matos
On Tuesday 20 June 2006 10:34, Abdelrazak Younes wrote: > In preparation for the next round of GUI API cleanup. > > Abdel. > > Log: > t4/QtView renamed to GuiView You forgot to update autotools: make[5]: Entering directory `/home/jamatos/lyx/lyx-devel/src/frontends/qt4' /usr/lib/qt4///bin/moc -o

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: class GuiImplementation: public Gui class Gui: public GuiBase is prettier though... Don't tell me that now! FWIW I agree but it's too late. Abdel.

Re: [Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Edwin Leuven
Abdelrazak Younes wrote: class GuiImplementation: public Gui class Gui: public GuiBase is prettier though...

[Patch] qt4/QtView renamed to GuiView

2006-06-20 Thread Abdelrazak Younes
In preparation for the next round of GUI API cleanup. Abdel. Log: t4/QtView renamed to GuiView Index: GuiImplementation.C === --- GuiImplementation.C (revision 14153) +++ GuiImplementation.C (working copy) @@ -12,14 +12,14 @@ #i