summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-06 23:36:15 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-06 23:36:15 +0100
commiteaa82c1922c7cc133458c65ecbe8eb2ab6adc03d (patch)
treeb8954514b5d8bd0205bc0b8798de2bef2c7e751e /src/webpage.cpp
parentkde wallet integration. (diff)
downloadrekonq-eaa82c1922c7cc133458c65ecbe8eb2ab6adc03d.tar.xz
KWebWallet integration
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 42704ab3..92318b36 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -81,11 +81,6 @@ WebPage::WebPage(QObject *parent)
connect(networkAccessManager(), SIGNAL(finished(QNetworkReply*)), this, SLOT(manageNetworkErrors(QNetworkReply*)));
connect(this, SIGNAL(unsupportedContent(QNetworkReply *)), this, SLOT(handleUnsupportedContent(QNetworkReply *)));
-
- // kwallet
- KWebWallet *w = wallet();
- connect(w, SIGNAL(saveFormDataRequested(const QString &, const QUrl &)),
- w, SLOT(acceptSaveFormDataRequest(const QString &)));
}