removed connection to removed slot
This commit is contained in:
parent
44781d4b35
commit
ed84d47425
@ -109,7 +109,6 @@ public:
|
|||||||
QObject::connect(updateNotificationTimer, SIGNAL(timeout()), q, SLOT(notifyOfChanged()));
|
QObject::connect(updateNotificationTimer, SIGNAL(timeout()), q, SLOT(notifyOfChanged()));
|
||||||
|
|
||||||
if (QPixmap::defaultDepth() > 8) {
|
if (QPixmap::defaultDepth() > 8) {
|
||||||
QObject::connect(KWindowSystem::self(), SIGNAL(compositingChanged(bool)), q, SLOT(compositingChanged(bool)));
|
|
||||||
#if HAVE_X11
|
#if HAVE_X11
|
||||||
//watch for blur effect property changes as well
|
//watch for blur effect property changes as well
|
||||||
if (!s_blurEffectWatcher) {
|
if (!s_blurEffectWatcher) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user