filemanager/src/filemanager/src/backuprestore/fmbackupwidget.h
changeset 27 df183af6b92f
parent 25 b7bfdea70ca2
--- a/filemanager/src/filemanager/src/backuprestore/fmbackupwidget.h	Fri Jun 25 17:08:34 2010 +0800
+++ b/filemanager/src/filemanager/src/backuprestore/fmbackupwidget.h	Fri Jul 09 11:17:55 2010 +0800
@@ -50,9 +50,7 @@
     void refreshModel();
     
 private slots:
-    void on_list_released( const QModelIndex &index );
-    void on_list_pressed( const QModelIndex &index );
-    void on_list_scrollingStarted();
+	void on_list_activated( const QModelIndex &index );
     
     void on_changeContents();
     void on_changeScheduling();
@@ -81,10 +79,6 @@
     HbDataFormModelItem *mLastBackupDateItem;
 	FmBackupSettings        *mBackupSettings;
 	FmBackupConfigLoader    *mBackupConfigLoader;
-    HbDataFormModelItem     *mLastPressedItem;
-
-    bool mScrolled;
-    bool mListReleased;
 };
 
 #endif // FMBACKUPWIDGET_H