From 0f3ada1be73aa11ad621fe2fcf74d3a61a52f439 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 28 Aug 2010 21:11:46 +0200 Subject: Fix webicon crashes --- src/webicon.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/webicon.cpp') 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 -#include #include #include @@ -54,8 +53,6 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent) WebIcon::~WebIcon() { - m_page.action(QWebPage::Stop)->trigger(); - m_page.deleteLater(); } -- cgit v1.2.1