summaryrefslogtreecommitdiff
path: root/src/previewselectorbar.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/previewselectorbar.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/previewselectorbar.h')
-rw-r--r--src/previewselectorbar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/previewselectorbar.h b/src/previewselectorbar.h
index ff2c7e2a..214514db 100644
--- a/src/previewselectorbar.h
+++ b/src/previewselectorbar.h
@@ -30,16 +30,14 @@
// Rekonq Includes
#include "rekonq_defines.h"
-
-// Qt Includes
-#include <QtGui/QWidget>
+#include "notificationbar.h"
// Forward Declarations
class QLabel;
class QPushButton;
-class REKONQ_TESTS_EXPORT PreviewSelectorBar : public QWidget
+class REKONQ_TESTS_EXPORT PreviewSelectorBar : public NotificationBar
{
Q_OBJECT