From 9af0ba528b44515b902a57ac24372dceef58bb44 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 25 Mar 2014 22:15:13 +0100 Subject: [PATCH] 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. --- src/qtui/webpreviewitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1