diff -r b12f3922a74f -r 64817133cd1d camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h --- a/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h Wed Jun 23 17:59:54 2010 +0300 +++ b/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h Tue Jul 06 14:04:02 2010 +0300 @@ -155,7 +155,7 @@ * @param snapshot The snapshot image. * @param id Id of the image this snapshot is for. */ - void snapshotReady(CxeError::Id error, const QPixmap& snapshot, int id); + void snapshotReady(CxeError::Id error, const QImage &snapshot, int id); void imageCaptured(CxeError::Id error, int id); /**