Update About text.
[dorian] / searchdialog.cpp
index bc5256c..e2f2b99 100644 (file)
@@ -6,7 +6,9 @@
 
 SearchDialog::SearchDialog(QWidget *parent): Dyalog(parent)
 {
+    TRACE;
     setWindowTitle(tr("Search the Web"));
+    setAttribute(Qt::WA_DeleteOnClose, false);
 
     QLabel *titleLabel = new QLabel(tr("Title:"), this);
     title = new QLineEdit(this);