filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 21 15299bc55001
child 37 15bc28c9dd51
--- a/filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h	Fri Apr 16 14:53:38 2010 +0300
+++ b/filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h	Mon May 03 12:24:39 2010 +0300
@@ -21,7 +21,7 @@
 
 class FmOperationBase;
 class FmOperationService;
-class HbProgressNote;
+class HbProgressDialog;
 
 class FmOperationResultProcesser :
     public QObject
@@ -32,6 +32,7 @@
     ~FmOperationResultProcesser(void);
 
     void onAskForRename( FmOperationBase* operationBase, const QString &srcFile, QString *destFile );
+    void onAskForReplace( FmOperationBase* operationBase, const QString &srcFile, const QString &destFile, bool *isAccepted );
     void onNotifyWaiting( FmOperationBase* operationBase, bool cancelable );
     void onNotifyPreparing( FmOperationBase* operationBase, bool cancelable );
     void onNotifyStart( FmOperationBase* operationBase, bool cancelable, int maxSteps );
@@ -53,7 +54,7 @@
     void failAndCloseProgress();
 private:
     FmOperationService *mOperationService;
-    HbProgressNote *mNote;
+    HbProgressDialog *mNote;
 };
 
 #endif