summaryrefslogtreecommitdiff
path: root/src/walletbar.cpp
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.cpp
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.cpp')
-rw-r--r--src/walletbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletbar.cpp b/src/walletbar.cpp
index f02c74b8..c2397da9 100644
--- a/src/walletbar.cpp
+++ b/src/walletbar.cpp
@@ -43,7 +43,7 @@
WalletBar::WalletBar(QWidget *parent)
- : QWidget(parent)
+ : NotificationBar(parent)
, m_label(new QLabel(this))
{
m_label->setWordWrap(true);