diff -r b12f3922a74f -r 64817133cd1d camerauis/cameraxui/cxengine/inc/cxefilesavethread.h --- a/camerauis/cameraxui/cxengine/inc/cxefilesavethread.h Wed Jun 23 17:59:54 2010 +0300 +++ b/camerauis/cameraxui/cxengine/inc/cxefilesavethread.h Tue Jul 06 14:04:02 2010 +0300 @@ -40,8 +40,8 @@ public slots: virtual void handleVideoSaved(CxeError::Id status, const QString& filename) = 0; - virtual void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, const QString& filename) = 0; - virtual void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, int id) = 0; + virtual void handleSnapshotReady(CxeError::Id status, const QImage& snapshot, const QString& filename) = 0; + virtual void handleSnapshotReady(CxeError::Id status, const QImage& snapshot, int id) = 0; protected: