diff --git a/thumbnailitem.cpp b/thumbnailitem.cpp index 73441a059f..f19540591d 100644 --- a/thumbnailitem.cpp +++ b/thumbnailitem.cpp @@ -40,7 +40,7 @@ ThumbnailItem::ThumbnailItem(QDeclarativeItem* parent) { setFlags(flags() & ~QGraphicsItem::ItemHasNoContents); if (effects) { - connect(effects, SIGNAL(windowAdded(EffectWindow*)), SLOT(effectWindowAdded())); + connect(effects, SIGNAL(windowAdded(KWin::EffectWindow*)), SLOT(effectWindowAdded())); } QTimer::singleShot(0, this, SLOT(init())); }