summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-15 17:11:08 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-15 17:11:08 +0100
commit427dd1eb359072b3206ded3640182a6aadeefd69 (patch)
treed56fecc82b85a8c7752d3a2a40757e3dc3461102 /src/webtab.cpp
parentI tried a bit, but this is not working pretty well :( (diff)
downloadrekonq-427dd1eb359072b3206ded3640182a6aadeefd69.tar.xz
WalletWidget -> WalletBar
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 31dd1ca6..6698f961 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -38,7 +38,7 @@
#include "mainview.h"
#include "webpage.h"
#include "bookmarksmanager.h"
-#include "walletwidget.h"
+#include "walletbar.h"
// KDE Includes
#include <KService>
@@ -159,7 +159,7 @@ void WebTab::createWalletBar(const QString &key, const QUrl &url)
KWebWallet *wallet = page()->wallet();
QWidget *messageBar = layout()->itemAt(0)->widget();
- WalletWidget *walletBar = new WalletWidget(messageBar);
+ WalletBar *walletBar = new WalletBar(messageBar);
walletBar->onSaveFormData(key,url);
messageBar->layout()->addWidget(walletBar);