summaryrefslogtreecommitdiff
path: root/src/walletbar.cpp
diff options
context:
space:
mode:
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);