>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Abdelrazak Younes wrote:
>> Indeed and I am absolutely sure that the .h generated from .ui in
>> my system are completely free of Q3support.
Abdelrazak> I am absolutely sure that I was wrong!
After looking at the sources for uic 4, the following lines are the
culprit:
if (uic->hasExternalPixmap() && uic->pixmapFunction() == QLatin1String("qPix
mapFromMimeSource"))
add(QLatin1String("Q3Mimefactory"));
And sure enough, our ui files have lines like
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
Don't ask me what it is, but we should get rid of them.
JMarc