summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-28 21:11:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-28 21:11:46 +0200
commit0f3ada1be73aa11ad621fe2fcf74d3a61a52f439 (patch)
tree77ddfd83b7dd5f8f95547d245b084d1b7f70e361
parentRestore urlbar responsiveness (diff)
downloadrekonq-0f3ada1be73aa11ad621fe2fcf74d3a61a52f439.tar.xz
Fix webicon crashes
-rw-r--r--src/webicon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp
index 2aa35a41..98b88a5c 100644
--- a/src/webicon.cpp
+++ b/src/webicon.cpp
@@ -34,7 +34,6 @@
// Qt Includes
#include <QtCore/QTimer>
-#include <QtGui/QAction>
#include <QtWebKit/QWebFrame>
#include <QtWebKit/QWebSettings>
@@ -54,8 +53,6 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent)
WebIcon::~WebIcon()
{
- m_page.action(QWebPage::Stop)->trigger();
- m_page.deleteLater();
}