summaryrefslogtreecommitdiff
path: root/src/walletbar.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2010-09-03 15:36:00 +0200
committerPierre Rossi <pierre.rossi@nokia.com>2010-09-03 17:28:38 +0200
commit0033619d3c4dae176e679bc3320afe03e9d4e0d1 (patch)
treef3e9da3732c643d83617216d1ea09ee745052fbe /src/walletbar.h
parentInclude all .moc files removed in the previous commit (diff)
downloadrekonq-0033619d3c4dae176e679bc3320afe03e9d4e0d1.tar.xz
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.
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