summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/backup/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/main.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/settings/backup/main.cpp b/noncore/settings/backup/main.cpp
new file mode 100644
index 0000000..7e36741
--- a/dev/null
+++ b/noncore/settings/backup/main.cpp
@@ -0,0 +1,14 @@
+#include "backuprestore.h"
+#include "qnetworkprotocol.h"
+#include <qpe/qpeapplication.h>
+
+int main(int argc, char *argv[]) {
+ QPEApplication a( argc, argv );
+
+ BackupAndRestore app(0, "mainwindow");
+ app.show();
+ return a.exec();
+}
+
+// main.cpp
+