summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backuprestore.h
Side-by-side diff
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
@@ -16,5 +16,6 @@ public:
- BackupAndRestore( QWidget* parent = 0, const char* name = 0);
+ BackupAndRestore( QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
~BackupAndRestore();
+ static QString appName() { return QString::fromLatin1("backup"); }