diff --git a/applets/kicker/plugin/containmentinterface.cpp b/applets/kicker/plugin/containmentinterface.cpp index fb782f814..23bcea67e 100644 --- a/applets/kicker/plugin/containmentinterface.cpp +++ b/applets/kicker/plugin/containmentinterface.cpp @@ -132,7 +132,7 @@ void ContainmentInterface::addLauncher(QObject *appletInterface, ContainmentInte return; } - QMetaObject::invokeMethod(rootItem, "addLauncher", Q_ARG(QUrl, QUrl::fromLocalFile(entryPath))); + QMetaObject::invokeMethod(rootItem, "addLauncher", Q_ARG(QVariant, QUrl::fromLocalFile(entryPath))); } else { containment->createApplet(QStringLiteral("org.kde.plasma.icon"), QVariantList() << entryPath); }