filemanager/src/filemanager/src/fmviewmanager.h
changeset 18 edd66bde63a4
parent 16 ada7962b4308
child 24 1d0c87b42e2e
--- a/filemanager/src/filemanager/src/fmviewmanager.h	Mon May 03 12:24:39 2010 +0300
+++ b/filemanager/src/filemanager/src/fmviewmanager.h	Fri May 14 15:42:43 2010 +0300
@@ -30,21 +30,21 @@
 class FmOperationBase;
 class QFileSystemWatcher;
 class FmDriveWatcher;
-class HbDialog;
+class FmDialog;
 
 class FmDlgCloseUnit
 {
 public:
-	FmDlgCloseUnit( HbDialog *dialog );
+	FmDlgCloseUnit( FmDialog *dialog );
 	~FmDlgCloseUnit();
 
 	void addAssociatedDrives( QString drives );
 	void removeAssociatedDrives( QString drives );
 	QString associatedDrives();
-	HbDialog *dialog();
+	FmDialog *dialog();
 
 private:
-	HbDialog *mDialog;
+	FmDialog *mDialog;
 	QString mAssociatedDrives;
 };
 
@@ -96,8 +96,10 @@
     void on_fsWatcher_fileChanged(const QString &path);
     void on_fsWatcher_directoryChanged(const QString &path);
     void on_driveWatcher_driveAddedOrChanged();
+    void on_operationService_notifyFinish( FmOperationBase *operationBase );
 signals:
     void refreshModel( const QString &path  );
+    void refreshBackupView();
 
 private:
        /// create view will push current view to stack