SVN commit 977188 by fenton:
Remove dialog delete code.
M +0 -2 dialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/dialog.cpp #977187:977188
@@ -31,8 +31,6 @@
connect(_buttonBox, SIGNAL(clicked(QAbstractButton *)),
this, SLOT(buttonClicked(QAbstractButton *)));
- setAttribute(Qt::WA_DeleteOnClose);
-
resize(minimumSizeHint());
}