diff --git a/corona/nowdockview.cpp b/corona/nowdockview.cpp index ff919b5e3..c9f05cec9 100644 --- a/corona/nowdockview.cpp +++ b/corona/nowdockview.cpp @@ -115,8 +115,7 @@ void NowDockView::init() connect(this, SIGNAL(widthChanged(int)), this, SIGNAL(widthChanged())); connect(this, SIGNAL(heightChanged(int)), this, SIGNAL(heightChanged())); - rootContext()->setContextProperty(QStringLiteral("dock"), this); - engine()->rootContext()->setContextProperty(QStringLiteral("dock"), this); + rootContext()->setContextProperty(QStringLiteral("panel"), this); setSource(corona()->kPackage().filePath("nowdockui"));