X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fctcpevent.h;h=1f0635ba3c1a49bf485cffca6201d6e30ff24707;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=54e26ecdb1061e23525418a46028f051feda4f38;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e;p=quassel.git diff --git a/src/common/ctcpevent.h b/src/common/ctcpevent.h index 54e26ecd..1f0635ba 100644 --- a/src/common/ctcpevent.h +++ b/src/common/ctcpevent.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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