On Thu, 30 Dec 1999, Stefan Taferner wrote: > The construct was something like: QColorGroup(QColor(QRgb(0))...) > And gcc complained about not knowing what to do with > QColorGroup(QRgb).... Well the problem here is that most of konqueror is contained in a static library. This is fine, but only the parts directly used by konqy are actually linked in, and thus when iconview wants to use them, it can't find them. Possible solutions include junking the static library and compiling them directly into konqy (in which case the whole thing works, well more than it did before, but not that well) or to possibly make it into a shared library, which would IMO just create extra hassle. - alex Experience something different With our new imported dolly She's lovely, warm, inflatable And we guarantee her joy - The Police