diff --git a/libchoqok/notifymanager.cpp b/libchoqok/notifymanager.cpp --- a/libchoqok/notifymanager.cpp +++ b/libchoqok/notifymanager.cpp @@ -92,7 +92,7 @@ choqokMainWindow->showStatusMessage(message); } else { if (Choqok::BehaviorSettings::knotify()) { - KNotification *n = new KNotification(QLatin1String("new-post-arrived"), choqokMainWindow); + KNotification *n = new KNotification(QLatin1String("new-post-arrived")); n->setActions(QStringList(i18nc("Show Choqok MainWindow", "Show Choqok"))); n->setText(fullMsg); QObject::connect(n, (void (KNotification::*)())&KNotification::activated,