X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.cpp;h=af47119e113b7cf5f3afc33ff2144d791d55b69e;hp=c96078ec7ca73b92bd4a0a25ed5acafd330aff0c;hb=6190e1cafc23d818ddd796a9c134a43001315257;hpb=4bfbd8dcbcb398302aaad0b6707c561760d7a7ac diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index c96078ec..af47119e 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 * @@ -20,7 +20,7 @@ #include "qtuistyle.h" -QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { +QtUiStyle::QtUiStyle() : UiStyle("QtUiStyleNew") { // FIXME QtUiStyleNew naming // We need to just set our internal formats; everything else is done by the base class... // Internal message formats @@ -102,7 +102,7 @@ QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { url.setAnchor(true); setFormat(Url, url, Settings::Default); - + _highlightColor = QColor(Qt::red); } QtUiStyle::~QtUiStyle() {}