Fix build.

This commit is contained in:
Eike Hein 2016-08-01 03:57:22 +09:00
parent 8665999ee7
commit 98c721e031

View File

@ -758,7 +758,7 @@ bool AppletInterface::eventFilter(QObject *watched, QEvent *event)
}
QMenu *desktopMenu = new QMenu;
emit applet->contextualActionsAboutToShow();
emit applet()->contextualActionsAboutToShow();
ci->addAppletActions(desktopMenu, applet(), event);
if (!desktopMenu->isEmpty()) {