X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=f5f5c3fef7e4a877383be621e64efac6981cfde1;hp=88d5a4e5a348dee4725b583c3f22514dd61cb905;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ab9609663dd8ca549cf52a83f54a54bf3634fbc6 diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index 88d5a4e5..f5f5c3fe 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.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,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