author | benmeyer <benmeyer> | 2002-12-20 21:18:21 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-12-20 21:18:21 (UTC) |
commit | f459a7a81702fe0b2fea80b5c44b8dc6556546b2 (patch) (unidiff) | |
tree | daca5ed34d6caa11b680583a54d18baa0e9d0115 | |
parent | 3019cddcdb9aca09f463024ac67620c144dbf211 (diff) | |
download | opie-f459a7a81702fe0b2fea80b5c44b8dc6556546b2.zip opie-f459a7a81702fe0b2fea80b5c44b8dc6556546b2.tar.gz opie-f459a7a81702fe0b2fea80b5c44b8dc6556546b2.tar.bz2 |
Change
-rw-r--r-- | noncore/settings/backup/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/backup/main.cpp b/noncore/settings/backup/main.cpp index 7e36741..676e1f0 100644 --- a/noncore/settings/backup/main.cpp +++ b/noncore/settings/backup/main.cpp | |||
@@ -1,14 +1,14 @@ | |||
1 | #include "backuprestore.h" | 1 | #include "backuprestore.h" |
2 | #include "qnetworkprotocol.h" | 2 | #include "qnetworkprotocol.h" |
3 | #include <qpe/qpeapplication.h> | 3 | #include <qpe/qpeapplication.h> |
4 | 4 | ||
5 | int main(int argc, char *argv[]) { | 5 | int main(int argc, char *argv[]) { |
6 | QPEApplication a( argc, argv ); | 6 | QPEApplication a( argc, argv ); |
7 | 7 | ||
8 | BackupAndRestore app(0, "mainwindow"); | 8 | BackupAndRestore app(0, "mainwindow"); |
9 | app.show(); | 9 | a.showMainWidget(&app); |
10 | return a.exec(); | 10 | return a.exec(); |
11 | } | 11 | } |
12 | 12 | ||
13 | // main.cpp | 13 | // main.cpp |
14 | 14 | ||