X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=searchdialog.cpp;h=e2f2b99a14bc8574564a3ceabcc47f309c866bb1;hb=707b1e5f9b76acbcb6b085d0c129763093b6d52a;hp=bc5256cdab7d34460bac6222dbb85108886ec5e9;hpb=c9fdea25c1a9149022d423b523ba591e1ed86e3b;p=dorian diff --git a/searchdialog.cpp b/searchdialog.cpp index bc5256c..e2f2b99 100644 --- a/searchdialog.cpp +++ b/searchdialog.cpp @@ -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);