X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=f5f5c3fef7e4a877383be621e64efac6981cfde1;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=c245ebc4d7ea50ae399a382e51ef3bbaa4312c73;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index c245ebc4..f5f5c3fe 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BUFFERWIDGET_H_ -#define BUFFERWIDGET_H_ +#pragma once #include "ui_bufferwidget.h" @@ -75,6 +74,3 @@ private: bool _autoMarkerLine; bool _autoMarkerLineOnLostFocus; }; - - -#endif