X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=e58777e6291a65016ff288cb1c156528fc3355d0;hp=a65a47947ea1443a0c744feaa5a2d9a6ae5c11c2;hb=1817c8c8e2437d8aadcc1f07195fa4555cb1c17c;hpb=cc7f376eb105f7bf931fb7f96c9601a7b3f69511 diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index a65a4794..e58777e6 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -57,7 +57,7 @@ MessageModel *QtUi::createMessageModel(QObject *parent) { Q_UNUSED(parent) return 0; #else - return new ChatlineModel(parent); + return new ChatLineModel(parent); #endif }