summaryrefslogtreecommitdiff
path: root/src/walletbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-03 23:53:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-03 23:53:41 +0200
commite8dcb9a3671bd4d595106684ddc7efa7ddd32833 (patch)
tree7f5910e63b9cb109e70c4e813a72eb26f8b3d181 /src/walletbar.h
parentok, it seems working now. But I'm not sure this is the right fix.. (diff)
parentFixes the multiple preview/walet bars in a single tab. (diff)
downloadrekonq-e8dcb9a3671bd4d595106684ddc7efa7ddd32833.tar.xz
Merge commit 'refs/merge-requests/201' of git://gitorious.org/rekonq/mainline into m201
Diffstat (limited to 'src/walletbar.h')
-rw-r--r--src/walletbar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/walletbar.h b/src/walletbar.h
index a33dc4d3..afd657f4 100644
--- a/src/walletbar.h
+++ b/src/walletbar.h
@@ -30,15 +30,14 @@
// Rekonq Includes
#include "rekonq_defines.h"
+#include "notificationbar.h"
// Qt Includes
#include <QtCore/QUrl>
-#include <QtGui/QWidget>
class QLabel;
-
-class REKONQ_TESTS_EXPORT WalletBar : public QWidget
+class REKONQ_TESTS_EXPORT WalletBar : public NotificationBar
{
Q_OBJECT