X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewconfig.h;h=44ee21142bbb05cdd2be8aabf0b25ea79ac7f9eb;hp=9227c66c7dc74105c7fc8660a121ba7d13cf9160;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/client/clientbufferviewconfig.h b/src/client/clientbufferviewconfig.h index 9227c66c..44ee2114 100644 --- a/src/client/clientbufferviewconfig.h +++ b/src/client/clientbufferviewconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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,15 +18,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CLIENTBUFFERVIEWCONFIG_H -#define CLIENTBUFFERVIEWCONFIG_H +#pragma once #include "bufferviewconfig.h" class ClientBufferViewConfig : public BufferViewConfig { - SYNCABLE_OBJECT - Q_OBJECT + Q_OBJECT public: ClientBufferViewConfig(int bufferViewId, QObject *parent = 0); @@ -42,6 +40,3 @@ private slots: private: bool _locked; }; - - -#endif //CLIENTBUFFERVIEWCONFIG_H