summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-11-14 13:33:45 (UTC)
committer llornkcor <llornkcor>2002-11-14 13:33:45 (UTC)
commitfc44f2a2cb7522176289ae1d535415077d70c698 (patch) (side-by-side diff)
tree2da6a7898f43cac7a7d527a2a17717e03e785795
parentb65957131fd1e12079aafe78abff9ad31356da72 (diff)
downloadopie-fc44f2a2cb7522176289ae1d535415077d70c698.zip
opie-fc44f2a2cb7522176289ae1d535415077d70c698.tar.gz
opie-fc44f2a2cb7522176289ae1d535415077d70c698.tar.bz2
whoops
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index 618ce24..7a1f0dd 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -1,51 +1,51 @@
#include "backuprestore.h"
-#include "output.h"
+//#include "output.h"
#include <qapplication.h>
#include <qmultilineedit.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qlistview.h>
#include <qpushbutton.h>
#include <qheader.h>
#include <qpe/resource.h>
#include <qpe/config.h>
#include <qmessagebox.h>
#include <qcombobox.h>
#include <qlist.h>
#include <stdlib.h>
#include <qregexp.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <dirent.h>
#define HEADER_NAME 0
#define HEADER_BACKUP 1
#define BACKUP_LOCATION 2
#define EXTENSION ".bck"
BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name)
: BackupAndRestoreBase(parent, name){
this->showMaximized();
backupList->header()->hide();
restoreList->header()->hide();
connect(backupButton, SIGNAL(clicked()),
this, SLOT(backupPressed()));
connect(restoreButton, SIGNAL(clicked()),
this, SLOT(restore()));
connect(backupList, SIGNAL(clicked( QListViewItem * )),
this, SLOT(selectItem(QListViewItem*)));
connect(restoreSource, SIGNAL(activated( int )),
this, SLOT(sourceDirChanged(int)));
systemSettings = new QListViewItem(backupList, "System Settings", "",
"/etc");
// selectItem(systemSettings);
applicationSettings = new QListViewItem(backupList, "Application Settings", "",