X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fctcpevent.h;h=1f0635ba3c1a49bf485cffca6201d6e30ff24707;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=1a59c6195865c78f1252aec458ec5e0a2fe83e3e;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/common/ctcpevent.h b/src/common/ctcpevent.h index 1a59c619..1f0635ba 100644 --- a/src/common/ctcpevent.h +++ b/src/common/ctcpevent.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -18,14 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CTCPEVENT_H -#define CTCPEVENT_H +#pragma once + +#include "common-export.h" #include "ircevent.h" #include -class CtcpEvent : public IrcEvent +class COMMON_EXPORT CtcpEvent : public IrcEvent { public: enum CtcpType { @@ -90,6 +91,3 @@ private: QString _target, _param, _reply; QUuid _uuid; }; - - -#endif