diff --git a/kwrited.cpp b/kwrited.cpp --- a/kwrited.cpp +++ b/kwrited.cpp @@ -161,6 +161,7 @@ notification->setComponentName( QStringLiteral("kwrited") ); #endif notification->setText( msg ); + notification->setFlags( KNotification::SkipGrouping ); connect(notification, SIGNAL(closed()), notification, SLOT(deleteLater()) ); notification->sendEvent(); }