> in KVim, if I exec() a dialog and close it, KVim mainwindow receives a > queryExit() (which make KVim to close;p) > but if I show() the dialog, it works fine. I had similar problems, and as I found out the problem occures when you bring up a dialog (with exec()) in the constructor of the KMainWindow derived class. In Quanta I used a single shot timer to delay the function which can brings up some message boxes or dialogs. Andras >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<