diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 17:11:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 17:11:08 +0100 |
commit | 427dd1eb359072b3206ded3640182a6aadeefd69 (patch) | |
tree | d56fecc82b85a8c7752d3a2a40757e3dc3461102 /src/webtab.cpp | |
parent | I tried a bit, but this is not working pretty well :( (diff) | |
download | rekonq-427dd1eb359072b3206ded3640182a6aadeefd69.tar.xz |
WalletWidget -> WalletBar
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 4 |
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); |