QTfrontend/pagedata.cpp
changeset 5582 48ced03a9949
parent 5567 44c9a577b082
child 5746 fbc52bb92cad
--- 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);