removed connection to removed slot

This commit is contained in:
Marco Martin 2013-03-11 18:58:58 +01:00
parent 44781d4b35
commit ed84d47425

View File

@ -109,7 +109,6 @@ public:
QObject::connect(updateNotificationTimer, SIGNAL(timeout()), q, SLOT(notifyOfChanged()));
if (QPixmap::defaultDepth() > 8) {
QObject::connect(KWindowSystem::self(), SIGNAL(compositingChanged(bool)), q, SLOT(compositingChanged(bool)));
#if HAVE_X11
//watch for blur effect property changes as well
if (!s_blurEffectWatcher) {