diff -r 2922f70fca82 -r 67457b2ffb33 camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h --- a/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h Thu Jul 15 01:49:11 2010 +0300 +++ b/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h Thu Jul 15 01:52:14 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); /**