summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backup.pro
authorar <ar>2004-01-10 13:55:30 (UTC)
committer ar <ar>2004-01-10 13:55:30 (UTC)
commitf4cd001fb21509caff3b83fc620ac092cb5f3913 (patch) (unidiff)
tree4046ba24a4cd31f8afe13e7e9b74b5d1f806e077 /noncore/settings/backup/backup.pro
parentbf9988d771a03bc6a1d97a11ce3794d8b429b534 (diff)
downloadopie-f4cd001fb21509caff3b83fc620ac092cb5f3913.zip
opie-f4cd001fb21509caff3b83fc620ac092cb5f3913.tar.gz
opie-f4cd001fb21509caff3b83fc620ac092cb5f3913.tar.bz2
- use the new OStorageInfo instead of StorageInfo
Diffstat (limited to 'noncore/settings/backup/backup.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backup.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro
index 7a8ad6d..4ef3e46 100644
--- a/noncore/settings/backup/backup.pro
+++ b/noncore/settings/backup/backup.pro
@@ -3,7 +3,7 @@ HEADERS = backuprestore.h
3 SOURCES = main.cpp backuprestore.cpp 3 SOURCES = main.cpp backuprestore.cpp
4 INCLUDEPATH+= $(OPIEDIR)/include 4 INCLUDEPATH+= $(OPIEDIR)/include
5 DEPENDPATH+= $(OPIEDIR)/include 5 DEPENDPATH+= $(OPIEDIR)/include
6LIBS += -lqpe 6LIBS += -lqpe -lopiecore2
7 INTERFACES= backuprestorebase.ui errordialog.ui 7 INTERFACES= backuprestorebase.ui errordialog.ui
8 TARGET = backup 8 TARGET = backup
9 9