diff -r 4167eb56f30d -r 12b82dc0e8db filemanager/src/filemanager/src/fmviewmanager.h --- a/filemanager/src/filemanager/src/fmviewmanager.h Thu Sep 02 17:00:51 2010 +0800 +++ b/filemanager/src/filemanager/src/fmviewmanager.h Thu Sep 30 16:33:59 2010 +0800 @@ -32,7 +32,7 @@ class QFileSystemWatcher; class FmDriveWatcher; class FmDialog; -class ShareUi; +class FmServiceUtils; /* * this class is used to record relationship between dialog and drive name @@ -66,7 +66,7 @@ static void RemoveViewManager(); static FmViewManager *viewManager(); FmOperationService *operationService(); - ShareUi *shareUi(); + FmServiceUtils *serviceUtils(); Qt::Orientation orientation(); @@ -148,9 +148,9 @@ QList mDlgCloseUnitList; QPixmap mScreenShot; - - // used to send files - ShareUi *mShareUi; + + // non-static service utils + FmServiceUtils *mServiceUtils; };