diff --git a/src/plasma/private/theme_p.cpp b/src/plasma/private/theme_p.cpp index 28353491f..4fc29b138 100644 --- a/src/plasma/private/theme_p.cpp +++ b/src/plasma/private/theme_p.cpp @@ -90,7 +90,7 @@ ThemePrivate::ThemePrivate(QObject *parent) QObject::connect(s_blurEffectWatcher, SIGNAL(effectChanged(bool)), this, SLOT(blurBehindChanged(bool))); #endif } - installEventFilter(qApp); + qApp->installEventFilter(this); const QString configFile = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QLatin1Char('/') + themeRcFile; KDirWatch::self()->addFile(configFile);