X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fstyledlabel.h;h=6bcdb93c31d87be159bb318c83913c63ce3633b9;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=9f5fe33fdab3dfd64776503d4099e0294097b48c;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/uisupport/styledlabel.h b/src/uisupport/styledlabel.h index 9f5fe33f..6bcdb93c 100644 --- a/src/uisupport/styledlabel.h +++ b/src/uisupport/styledlabel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,18 +15,19 @@ * 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 STYLEDLABEL_H -#define STYLEDLABEL_H +#pragma once + +#include "uisupport-export.h" #include #include "clickable.h" #include "uistyle.h" -class StyledLabel : public QFrame +class UISUPPORT_EXPORT StyledLabel : public QFrame { Q_OBJECT @@ -89,6 +90,3 @@ private: void setHoverMode(int start, int length); void endHoverMode(); }; - - -#endif