summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backuprestore.h
authoreilers <eilers>2003-07-04 15:18:38 (UTC)
committer eilers <eilers>2003-07-04 15:18:38 (UTC)
commit51cb7e4cd9a7ec7f1bf864884928c61b9f2db3b0 (patch) (side-by-side diff)
tree3afddd69a47a0dc040df163f7796364e9fc2e5f1 /noncore/settings/backup/backuprestore.h
parentb3dabf7c01cd586408c2d80125076484283e6236 (diff)
downloadopie-51cb7e4cd9a7ec7f1bf864884928c61b9f2db3b0.zip
opie-51cb7e4cd9a7ec7f1bf864884928c61b9f2db3b0.tar.gz
opie-51cb7e4cd9a7ec7f1bf864884928c61b9f2db3b0.tar.bz2
Merged all changes of opie-backup into HEAD to be able to work on
Diffstat (limited to 'noncore/settings/backup/backuprestore.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/backup/backuprestore.h b/noncore/settings/backup/backuprestore.h
index b0cf4cd..8c733e3 100644
--- a/noncore/settings/backup/backuprestore.h
+++ b/noncore/settings/backup/backuprestore.h
@@ -1,42 +1,44 @@
#ifndef WINDOW_H
#define WINDOW_H
#include <qmainwindow.h>
#include "backuprestorebase.h"
#include <qmap.h>
#include <qlist.h>
class QListViewItem;
class BackupAndRestore : public BackupAndRestoreBase {
Q_OBJECT
public:
+
BackupAndRestore( QWidget* parent = 0, const char* name = 0);
~BackupAndRestore();
private slots:
void backupPressed();
void restore();
void selectItem(QListViewItem *currentItem);
void sourceDirChanged(int);
void rescanFolder(QString directory);
+ void fileListUpdate();
private:
void scanForApplicationSettings();
int getBackupFiles(QString &backupFiles, QListViewItem *parent);
QMap<QString, QString> backupLocations;
QList<QListViewItem> getAllItems(QListViewItem *item, QList<QListViewItem> &list);
QListViewItem *systemSettings;
QListViewItem *applicationSettings;
QListViewItem *documents;
};
#endif
// backuprestore.h