#include "notificationmanager.h" #include "notificationmonitor.h" NotificationManager::NotificationManager(ToqManager *toq) : QObject(toq), _toq(toq), _monitor(NotificationMonitor::instance()) { }