aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier/popupwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/notifier/popupwidget.cpp')
-rw-r--r--src/plugins/General/notifier/popupwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp
index 70189e7b8..dfc860224 100644
--- a/src/plugins/General/notifier/popupwidget.cpp
+++ b/src/plugins/General/notifier/popupwidget.cpp
@@ -68,7 +68,7 @@ PopupWidget::PopupWidget(QWidget *parent)
//timer
m_timer = new QTimer(this);
m_timer->setInterval(delay);
- m_timer->setSingleShot (TRUE);
+ m_timer->setSingleShot (true);
connect(m_timer, SIGNAL(timeout ()), SLOT(deleteLater()));
}