summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}