X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.cpp;h=6d6660b7b6fb4c244b7a9dbbdce60e0e56f4f237;hp=c96078ec7ca73b92bd4a0a25ed5acafd330aff0c;hb=c55bd7dc80547563d8c9cc70d54aa3d24ff03166;hpb=4bfbd8dcbcb398302aaad0b6707c561760d7a7ac diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index c96078ec..6d6660b7 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -102,7 +102,7 @@ QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { url.setAnchor(true); setFormat(Url, url, Settings::Default); - + _highlightColor = QColor(Qt::red); } QtUiStyle::~QtUiStyle() {}