summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backuprestore.h
authorar <ar>2004-07-25 21:41:01 (UTC)
committer ar <ar>2004-07-25 21:41:01 (UTC)
commitd61db324b7bac184b067b6f798ec3c85749bac15 (patch) (side-by-side diff)
tree14f9d2f24a82fa8eaf12bb378f2d4125979f7751 /noncore/settings/backup/backuprestore.h
parent8b3a81d53c7db43bf748c2390b429dde2ab9aa82 (diff)
downloadopie-d61db324b7bac184b067b6f798ec3c85749bac15.zip
opie-d61db324b7bac184b067b6f798ec3c85749bac15.tar.gz
opie-d61db324b7bac184b067b6f798ec3c85749bac15.tar.bz2
- implementation of custom backup- and restore-locations
Diffstat (limited to 'noncore/settings/backup/backuprestore.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/backup/backuprestore.h b/noncore/settings/backup/backuprestore.h
index 527b3cf..caf6243 100644
--- a/noncore/settings/backup/backuprestore.h
+++ b/noncore/settings/backup/backuprestore.h
@@ -7,6 +7,7 @@
#include <qlist.h>
class QListViewItem;
+class QStringList;
class BackupAndRestore : public BackupAndRestoreBase
{
@@ -30,7 +31,7 @@ private slots:
void addLocation();
void removeLocation();
- void saveLocation();
+ void saveLocations();
private:
void scanForApplicationSettings();
@@ -44,7 +45,6 @@ private:
QListViewItem *systemSettings;
QListViewItem *applicationSettings;
QListViewItem *documents;
-
};
#endif