make it possible to connect to this signal outside the Plasma namespace

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=856845
This commit is contained in:
Aaron J. Seigo 2008-09-03 22:25:13 +00:00
parent e8bbd8c33f
commit b53e688306

View File

@ -186,7 +186,7 @@ Q_SIGNALS:
/** /**
* Emitted when a job associated with this Service completes its task * Emitted when a job associated with this Service completes its task
*/ */
void finished(ServiceJob* job); void finished(Plasma::ServiceJob* job);
/** /**
* Emitted when the Service's operations change. For example, a * Emitted when the Service's operations change. For example, a