X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.cpp;h=45c080cd938caa7f3a0fdfdaa90cb9e1b5c2ffd4;hp=eb12eea8fb8b371594224863d09a8195bcbd0c37;hb=3013f4e095802e906c85878436da9e2ee3f9028c;hpb=514e28135038076a91d3b4853b41b258551bd196 diff --git a/src/qtui/webpreviewitem.cpp b/src/qtui/webpreviewitem.cpp index eb12eea8..45c080cd 100644 --- a/src/qtui/webpreviewitem.cpp +++ b/src/qtui/webpreviewitem.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ #include #include -WebPreviewItem::WebPreviewItem(const QString &url) +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 _boundingRect(0, 0, 400, 300) {