>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Jan 04, 2002 at 03:21:39PM +0000, John Levon wrote: >> > > BTW John, could you change the files in qt2/ so that <config.h> >> is > > #include'd in the .C files and _not_ in the .h files? This >> is how it > > should be in all the sources. >> > >> > how do I mention string in a header then ? >> >> oh, I see. you want the headers not to be self-contained like that >> ... well, ok ... John> in fact, not OK. They have to be self-contained so the .moc John> files can include them. If this is unsolvable from qt point of view, don't worry. But keep that in mind for your other files. I know that most of the files that I fixed a few weeks ago were from you. Note also that at least LString.h does have a check that config.h has already been input. Presumably this check could be applied to a few of our support headers (the one which really rely on config.h). JMarc