X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbasichandler.h;h=e48d6058fb2bd4c72298ab6cd10df8b073f20f38;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=78801c179eaf6244b08ad7daacaec67b6b2d7feb;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/common/basichandler.h b/src/common/basichandler.h index 78801c17..e48d6058 100644 --- a/src/common/basichandler.h +++ b/src/common/basichandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-10 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,11 +15,12 @@ * 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 BASICHANDLER_H -#define BASICHANDLER_H +#pragma once + +#include "common-export.h" #include #include @@ -27,7 +28,7 @@ #include #include -class BasicHandler : public QObject +class COMMON_EXPORT BasicHandler : public QObject { Q_OBJECT @@ -51,6 +52,3 @@ private: bool _initDone; QString _methodPrefix; }; - - -#endif