X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogwidget.h;h=513c674b3d7867c3c6e5388c5876c80ca0375f01;hp=fb1c482999e213957299403420c91f400bb1d193;hb=f04db2cb802b1296ca739c823495930c71d3b4ab;hpb=167ef57a636052f8e18a206e84c3447552e84d2b diff --git a/src/qtui/debuglogwidget.h b/src/qtui/debuglogwidget.h index fb1c4829..513c674b 100644 --- a/src/qtui/debuglogwidget.h +++ b/src/qtui/debuglogwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * 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 DEBUGLOGWIDGET_H @@ -23,17 +23,19 @@ #include "ui_debuglogwidget.h" -class DebugLogWidget : public QWidget { - Q_OBJECT +class DebugLogWidget : public QWidget +{ + Q_OBJECT public: - DebugLogWidget(QWidget *parent = 0); + DebugLogWidget(QWidget *parent = 0); private slots: - void logUpdated(const QString &msg); + void logUpdated(const QString &msg); private: - Ui::DebugLogWidget ui; + Ui::DebugLogWidget ui; }; + #endif //DEBUGLOGWIDGET_H