filemanager/src/filemanager/src/operationservice/fmoperationservice.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 21 15299bc55001
child 37 15bc28c9dd51
--- a/filemanager/src/filemanager/src/operationservice/fmoperationservice.h	Fri Apr 16 14:53:38 2010 +0300
+++ b/filemanager/src/filemanager/src/operationservice/fmoperationservice.h	Mon May 03 12:24:39 2010 +0300
@@ -33,8 +33,6 @@
 class FmDriveDetailsSize;
 class FmOperationResultProcesser;
 
-class HbProgressNote;
-
 class FmOperationService : public QObject
 {
     Q_OBJECT
@@ -95,6 +93,7 @@
     void on_backupRestore_notifyCanceled();
     
     void on_operationThread_askForRename( const QString &srcFile, QString *destFile );
+    void on_operationThread_askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
     void on_operationThread_refreshModel( const QString &path );
     void on_operationThread_notifyWaiting( bool cancelable );
     void on_operationThread_notifyPreparing( bool cancelable );