From: Manuel Nickschas Date: Tue, 25 Mar 2014 21:15:13 +0000 (+0100) Subject: Make the web preview build on Qt4 again X-Git-Tag: 0.11.0~57 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9af0ba528b44515b902a57ac24372dceef58bb44;ds=sidebyside Make the web preview build on Qt4 again Prefixing the includes with the Qt module broke things for Qt4. It's not needed anyway, so just remove the prefix. --- diff --git a/src/qtui/webpreviewitem.cpp b/src/qtui/webpreviewitem.cpp index 8dcc4013..19237078 100644 --- a/src/qtui/webpreviewitem.cpp +++ b/src/qtui/webpreviewitem.cpp @@ -24,8 +24,8 @@ #include #include -#include -#include +#include +#include WebPreviewItem::WebPreviewItem(const QUrl &url) : QGraphicsItem(0), // needs to be a top level item as we otherwise cannot guarantee that it's on top of other chatlines