svn path=/trunk/KDE/kdelibs/; revision=1159732
This commit is contained in:
Aaron J. Seigo 2010-08-06 03:42:26 +00:00
parent 9fff3dfc06
commit 94928254ae

View File

@ -386,7 +386,7 @@ void Service::registerOperationsScheme()
return;
}
QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
const QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
if (path.isEmpty()) {
kDebug() << "Cannot find operations description:" << d->name << ".operations";