X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fclickablelabel.h;h=f7fd0f4dc4ba48b19400ebd084bf1b3b8b9082b3;hp=11ebeb5d470f1cebeb9228a6bde7dd7f50e7c853;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=982ece4929696e3817875543cab527740cc7e023 diff --git a/src/uisupport/clickablelabel.h b/src/uisupport/clickablelabel.h index 11ebeb5d..f7fd0f4d 100644 --- a/src/uisupport/clickablelabel.h +++ b/src/uisupport/clickablelabel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef CLICKABLELABEL_H @@ -23,17 +23,19 @@ #include -class ClickableLabel : public QLabel { - Q_OBJECT +class ClickableLabel : public QLabel +{ + Q_OBJECT public: - ClickableLabel(QWidget *parent = 0); + ClickableLabel(QWidget *parent = 0); signals: - void clicked(); + void clicked(); protected: - void mouseReleaseEvent(QMouseEvent *event); + void mouseReleaseEvent(QMouseEvent *event); }; + #endif //CLICKABLELABEL_H