mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: fix build against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a5d692d325
commit
1d0fabce0f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ WebView::WebView(QGraphicsItem *parent)
|
|||
{
|
||||
d->loaded = false;
|
||||
setAcceptTouchEvents(true);
|
||||
setAcceptsHoverEvents(true);
|
||||
setAcceptHoverEvents(true);
|
||||
setFlags(QGraphicsItem::ItemIsFocusable);
|
||||
|
||||
d->scrollWidget = new Plasma::ScrollWidget(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue