summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorBernhard Beschow <bbeschow@cs.tu-berlin.de>2009-12-13 20:47:44 +0100
committerBernhard Beschow <bbeschow@cs.tu-berlin.de>2009-12-14 03:01:06 +0100
commitf56f60ff3503001550feb28d8cd592f51ef0062b (patch)
tree46bf504cd08de9938a133aaa247dae6500b18237 /src/mainview.cpp
parentrekonq 0.3.20 (diff)
downloadrekonq-f56f60ff3503001550feb28d8cd592f51ef0062b.tar.xz
move KWallet integration into WebPage
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 3285c630..b5f47679 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -48,7 +48,6 @@
#include <KStandardDirs>
#include <KPassivePopup>
#include <KLocalizedString>
-#include <kwebwallet.h>
// Qt Includes
#include <QtCore/QTimer>
@@ -562,13 +561,6 @@ void MainView::webViewLoadFinished(bool ok)
webViewIconChanged();
emit browserTabLoading(false);
- // KWallet Integration
- // TODO: Add check for sites exempt from automatic form filling...
- if (webView && webView->page() && webView->page()->wallet())
- {
- webView->page()->wallet()->fillFormData(webView->page()->mainFrame());
- }
-
// don't display messages for background tabs
if (index != currentIndex())
{