mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
plasma: fix build against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
719f072734
commit
7348b3a4c9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public:
|
||||||
loaded = false;
|
loaded = false;
|
||||||
|
|
||||||
Plasma::Applet *applet = q->applet();
|
Plasma::Applet *applet = q->applet();
|
||||||
applet->setAcceptsHoverEvents(true);
|
applet->setAcceptHoverEvents(true);
|
||||||
|
|
||||||
view = new Plasma::WebView(applet);
|
view = new Plasma::WebView(applet);
|
||||||
QObject::connect(view, SIGNAL(loadFinished(bool)),
|
QObject::connect(view, SIGNAL(loadFinished(bool)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue