diff --git a/src/plasma/service.cpp b/src/plasma/service.cpp index 6d29159be..c1d0d25de 100644 --- a/src/plasma/service.cpp +++ b/src/plasma/service.cpp @@ -236,7 +236,7 @@ ServiceJob *Service::startOperationCall(const QVariantMap &description, QObject } } else { #ifndef NDEBUG - kDebug() << op << "is not a valid group; valid groups are:" << d->operationsMap->keys(); + kDebug() << op << "is not a valid group; valid groups are:" << d->operationsMap.keys(); #endif }