Re: Compile error on setText

2007-05-10 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> No, setText is some kind of new fancy qt 4,2 thing that >> automatically detects whether the input is plain text or html. >> >> I'll commit Bo> Thanks. I guess I should have used qt4.0 for the development. I think we settled on 4.1 (except ma

Re: Compile error on setText

2007-05-10 Thread Bo Peng
No, setText is some kind of new fancy qt 4,2 thing that automatically detects whether the input is plain text or html. I'll commit Thanks. I guess I should have used qt4.0 for the development. Bo

Re: Compile error on setText

2007-05-10 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I am not Bo but this is obviously correct. I guess Bo is Abdelrazak> still using QT3Support or something... No, setText is some kind of new fancy qt 4,2 thing that automatically detects whether the input is plain text

Re: Compile error on setText

2007-05-10 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> 'class QTextEdit' has no member named 'setText' Martin> for QListings, QDocument and QInclude. Seems Listings related. Martin> I have qt4-devel-4.1.5-2.fc4 installed and configure finds it. Martin> qt3-

Re: Compile error on setText

2007-05-10 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> 'class QTextEdit' has no member named 'setText' Martin> for QListings, QDocument and QInclude. Seems Listings related. Martin> I have qt4-devel-4.1.5-2.fc4 installed and configure finds it. Martin> qt3-devel has been intentiona

Compile error on setText

2007-05-10 Thread Martin Vermeer
'class QTextEdit' has no member named 'setText' for QListings, QDocument and QInclude. Seems Listings related. I have qt4-devel-4.1.5-2.fc4 installed and configure finds it. qt3-devel has been intentionally uninstalled ;-) I did not do make clean or autogen. Anyone else seeing this? - Martin