X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fknotificationbackend.h;fp=src%2Fqtui%2Fknotificationbackend.h;h=925f4479af2702b8952602d52c7f7d2c7b206177;hp=5bdd6c6abe89723407003e0e13c6b028e07467c0;hb=e7d1bc1fa02e1233f140e4b04d99ab8f4685bce5;hpb=4ab319d585f1cace630e2e7cf917d8d83528038c diff --git a/src/qtui/knotificationbackend.h b/src/qtui/knotificationbackend.h index 5bdd6c6a..925f4479 100644 --- a/src/qtui/knotificationbackend.h +++ b/src/qtui/knotificationbackend.h @@ -1,30 +1,29 @@ /*************************************************************************** -* Copyright (C) 2005-09 by the Quassel Project * -* devel@quassel-irc.org * -* * -* This program is free software; you can redistribute it and/or modify * -* it under the terms of the GNU General Public License as published by * -* the Free Software Foundation; either version 2 of the License, or * -* (at your option) version 3. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the * -* Free Software Foundation, Inc., * -* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -***************************************************************************/ + * Copyright (C) 2005-2010 by the Quassel Project * + * devel@quassel-irc.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) version 3. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ #ifndef KNOTIFICATIONBACKEND_H_ #define KNOTIFICATIONBACKEND_H_ -#include - #include "abstractnotificationbackend.h" #include "settingspage.h" +#include "systemtray.h" class KNotification; class KNotifyConfigWidget; @@ -41,7 +40,7 @@ public: private slots: void notificationActivated(); - void notificationActivated(QSystemTrayIcon::ActivationReason); + void notificationActivated(SystemTray::ActivationReason); void notificationActivated(uint notificationId); private: