mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: call KWindowListMenu constructor in WindowList::init()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4e03f8a077
commit
9e65f09172
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void WindowList::init()
|
|||
{
|
||||
Plasma::IconWidget *icon = new Plasma::IconWidget(KIcon("preferences-system-windows"), QString(), this);
|
||||
|
||||
m_listMenu = new KWindowListMenu;
|
||||
m_listMenu = new KWindowListMenu();
|
||||
m_listMenu->installEventFilter(this);
|
||||
|
||||
registerAsDragHandle(icon);
|
||||
|
|
Loading…
Add table
Reference in a new issue