summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backuprestore.h
Unidiff
Diffstat (limited to 'noncore/settings/backup/backuprestore.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/backup/backuprestore.h b/noncore/settings/backup/backuprestore.h
index 8c733e3..4bdc758 100644
--- a/noncore/settings/backup/backuprestore.h
+++ b/noncore/settings/backup/backuprestore.h
@@ -14,9 +14,10 @@ Q_OBJECT
14 14
15public: 15public:
16 16
17 BackupAndRestore( QWidget* parent = 0, const char* name = 0); 17 BackupAndRestore( QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
18 ~BackupAndRestore(); 18 ~BackupAndRestore();
19 19
20 static QString appName() { return QString::fromLatin1("backup"); }
20 21
21private slots: 22private slots:
22 void backupPressed(); 23 void backupPressed();