I am having the same problem. I am trying to port an app that I wrote for Qt3.
I have three pixmaps that I added (with the use of setRasterOp (Qt::OrRop) ) together.
RasterOps have been removed in Qt4, setComposition mode throws the error you mention. Setting a mask on the second QPixmap does not work either. I am still looking for a solution...
Bookmarks