Re: Hmmm. One for JMarc

2003-12-10 Thread Angus Leeming
Andre Poenitz wrote: >> Note that this attempt at brute force also fails: >> LengthValidator::LengthValidator(QWidget * parent, const char * >> name) >> : QValidator(static_cast(parent), name), >> no_bottom_(true) >> {} >> ../../../../src/frontends/qt2/lengthvalidator.C: In constr

Re: Hmmm. One for JMarc

2003-12-10 Thread Andre Poenitz
> > ../../../../src/frontends/qt2/lengthvalidator.C: In constructor > >`LengthValidator::LengthValidator(QWidget*, const char*)': > > ../../../../src/frontends/qt2/lengthvalidator.C:28: no matching > > function for > >call to `QValidator::QValidator(QWidget*&, const char*&)' > > /usr/lib/qt

Re: Hmmm. One for JMarc

2003-12-09 Thread Angus Leeming
Angus Leeming wrote: > So, it appears that things have changed siznce qt-2.3.x: > ../../../../src/frontends/qt2/lengthvalidator.C: In constructor >`LengthValidator::LengthValidator(QWidget*, const char*)': > ../../../../src/frontends/qt2/lengthvalidator.C:28: no matching > function for >c

Re: Hmmm, ...

2001-07-30 Thread Asger K. Alstrup Nielsen
On Mon, 30 Jul 2001, Juergen Vigna wrote: > // this will not be needed anymore when NO_LATEX is the default. > #include "lyxfont.h" > > Do we really want this? Wouldn't it be better (as this and the other is > a hack to just do: > > // needed here too! > #define NO_LATEX 1 > > The best way wou