SVN commit 1317205 by pino: remove extra QApplication::setMainWidget() call the first widget (the main window, in our case) is considered the main widget already M +0 -1 main.cpp --- trunk/extragear/pim/ksig/main.cpp #1317204:1317205 @@ -64,7 +64,6 @@ KApplication a; KSig *ksig = new KSig(); - a.setMainWidget(ksig); ksig->show(); return a.exec(); }