From 0033619d3c4dae176e679bc3320afe03e9d4e0d1 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 3 Sep 2010 15:36:00 +0200 Subject: Fixes the multiple preview/walet bars in a single tab. This also adds a colorful blink effect when an already visible bar is requested again. --- src/walletbar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/walletbar.h') 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 -#include class QLabel; - -class REKONQ_TESTS_EXPORT WalletBar : public QWidget +class REKONQ_TESTS_EXPORT WalletBar : public NotificationBar { Q_OBJECT -- cgit v1.2.1