implicitWidthChanged is a signal, not a slot

This commit is contained in:
Marco Martin 2012-12-03 18:10:25 +01:00
parent d784a91655
commit 0b5dece0f0

View File

@ -48,9 +48,9 @@ IconItem::IconItem(QDeclarativeItem *parent)
setFlag(QGraphicsItem::ItemHasNoContents, false);
connect(KIconLoader::global(), SIGNAL(iconLoaderSettingsChanged()),
this, SLOT(implicitWidthChanged()));
this, SIGNAL(implicitWidthChanged()));
connect(KIconLoader::global(), SIGNAL(iconLoaderSettingsChanged()),
this, SLOT(implicitHeightChanged()));
this, SIGNAL(implicitHeightChanged()));
connect(this, SIGNAL(enabledChanged()),