diff -r cc43f382ed9a -r 48ced03a9949 QTfrontend/pagedata.cpp --- a/QTfrontend/pagedata.cpp Mon Aug 15 16:57:36 2011 -0400 +++ b/QTfrontend/pagedata.cpp Tue Aug 16 21:57:58 2011 +0400 @@ -35,7 +35,7 @@ BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); web = new QWebView(this); - connect(this, SIGNAL(linkClicked(const QUrl&)), this, SLOT(install(const QUrl&))); + connect(web, SIGNAL(linkClicked(const QUrl&)), this, SLOT(install(const QUrl&))); web->load(QUrl("http://m8y.org/hw/downloads/")); web->page()->setLinkDelegationPolicy(QWebPage::DelegateAllLinks); pageLayout->addWidget(web, 0, 0, 1, 3);