author | benmeyer <benmeyer> | 2002-12-20 21:18:21 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-12-20 21:18:21 (UTC) |
commit | f459a7a81702fe0b2fea80b5c44b8dc6556546b2 (patch) (side-by-side diff) | |
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 @@ -7,5 +7,5 @@ int main(int argc, char *argv[]) { BackupAndRestore app(0, "mainwindow"); - app.show(); + a.showMainWidget(&app); return a.exec(); } |