X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatlinemodel.cpp;h=477643c8e580c4f1bb3346f55f66bfd951159198;hp=9b5fb46efb52ef8c340fab7876cc9c5b4133a2c9;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/qtui/chatlinemodel.cpp b/src/qtui/chatlinemodel.cpp index 9b5fb46e..477643c8 100644 --- a/src/qtui/chatlinemodel.cpp +++ b/src/qtui/chatlinemodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 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,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. * ***************************************************************************/ #include "chatlinemodel.h" @@ -28,7 +28,7 @@ ChatLineModel::ChatLineModel(QObject *parent) qRegisterMetaType("ChatLineModel::WrapList"); qRegisterMetaTypeStreamOperators("ChatLineModel::WrapList"); - connect(QtUi::style(), SIGNAL(changed()), SLOT(styleChanged())); + connect(QtUi::style(), &UiStyle::changed, this, &ChatLineModel::styleChanged); }