X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=be84f24e6fc7097b5aeffb794119789002c1e644;hp=2707a171e50ef01f1d9270e211bae7e6cc6397a7;hb=85cc2479ab9bd85b33f4d8494b1eeeb46a6a1049;hpb=974b7adc16b798eda66e1fff1442b73b748f12f9 diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index 2707a171..be84f24e 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -24,7 +24,7 @@ #include #include "util.h" -#include "style.h" +#include "uistyle.h" #include "quasselui.h" //FIXME: chatline doku @@ -70,7 +70,7 @@ class ChatLine : public QObject, public AbstractUiMsg { qreal hght; Message msg; qreal tsWidth, senderWidth, textWidth; - Style::StyledString styledTimeStamp, styledSender, styledText; + UiStyle::StyledString styledTimeStamp, styledSender, styledText; struct FormatRange { int start; @@ -103,7 +103,7 @@ class ChatLine : public QObject, public AbstractUiMsg { int selectionStart, selectionEnd; void formatMsg(Message); void precomputeLine(); - QList calcFormatRanges(const Style::StyledString &, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); + QList calcFormatRanges(const UiStyle::StyledString &, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); }; #endif