SVN commit 792398 by aseigo: yeah, it's not a slot M +1 -1 dashboardview.h --- trunk/KDE/kdebase/workspace/plasma/plasma/dashboardview.h #792397:792398 @@ -43,6 +43,7 @@ void keyPressEvent(QKeyEvent *event); void showEvent(QShowEvent *event); void paintEvent(QPaintEvent *event); + bool eventFilter(QObject *watched, QEvent *event); public slots: void toggleVisibility(); @@ -53,7 +54,6 @@ void hideView(); void activeWindowChanged(WId id); void suppressShowTimeout(); - bool eventFilter(QObject *watched, QEvent *event); private: Plasma::AppletBrowser *m_appletBrowser;