summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
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())
{