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
@@ -9,2 +9,3 @@
class QListViewItem;
+class QStringList;
@@ -32,3 +33,3 @@ private slots:
void removeLocation();
- void saveLocation();
+ void saveLocations();
@@ -46,3 +47,2 @@ private:
QListViewItem *documents;
-
};