apps/marble-kde: Use heap memory allocation for MainWindow
If a QObject is on the stack or global, sooner or later the
program will crash. We should use heap memory allocation for MainWindow
,
so marble will not crash on exit.
Edited by Fushan Wen