Re: Compile error with qt4: identifier 'QURL'

2006-06-28 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061: syntax error : identifier 'QURL' Idea someone? clash with qt headers? Indeed. Weird that burns just now... I'll rename this class. Done. SVN LOG:

Re: Compile error with qt4: identifier 'QURL'

2006-06-28 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061: syntax error : identifier 'QURL' Idea someone? clash with qt headers? Indeed. Weird that burns just now... I'll rename this class. Thanks, Abdel.

Re: Compile error with qt4: identifier 'QURL'

2006-06-28 Thread Edwin Leuven
Abdelrazak Younes wrote: D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061: syntax error : identifier 'QURL' Idea someone? clash with qt headers? i changed this in qurl.h -#ifndef QURL_H -#define QURL_H +#ifndef QLURL_H +#define QLURL_H

Compile error with qt4: identifier 'QURL'

2006-06-28 Thread Abdelrazak Younes
D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061: syntax error : identifier 'QURL' Idea someone? Abdel.