diff options
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r-- | src/webicon.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp index ae285cc0..755d0c2e 100644 --- a/src/webicon.cpp +++ b/src/webicon.cpp @@ -50,11 +50,6 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent) } -WebIcon::~WebIcon() -{ -} - - void WebIcon::load() { m_page.mainFrame()->load(m_url); |