diff --git a/src/libtomahawk/context/ContextPage.cpp b/src/libtomahawk/context/ContextPage.cpp index 06347f19e..2e2332fff 100644 --- a/src/libtomahawk/context/ContextPage.cpp +++ b/src/libtomahawk/context/ContextPage.cpp @@ -68,7 +68,6 @@ ContextProxyPage::setPage( Tomahawk::ContextPage* page ) setLayout( layout ); page->widget()->installEventFilter( this ); - page->widget()->installSceneEventFilter( this ); }