fix private slot name in connect
BUG: 301365 FIXED-IN: 4.9b2 REVIEW: 105174
This commit is contained in:
parent
fd694c5bac
commit
a56a64125a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ ScriptedEffect::ScriptedEffect()
|
|||
{
|
||||
connect(m_engine, SIGNAL(signalHandlerException(QScriptValue)), SLOT(signalHandlerException(QScriptValue)));
|
||||
#ifdef KWIN_BUILD_SCREENEDGES
|
||||
connect(Workspace::self()->screenEdge(), SIGNAL(activated(ElectricBorder)), SLOT(borderActivated(ElectricBorder)));
|
||||
connect(Workspace::self()->screenEdge(), SIGNAL(activated(ElectricBorder)), SLOT(slotBorderActivated(ElectricBorder)));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue