send the containment along with the signal for consitency with similar signals

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=872308
This commit is contained in:
Aaron J. Seigo 2008-10-16 20:54:15 +00:00
parent 11536c679b
commit 5e987c6ba8
2 changed files with 2 additions and 2 deletions

View File

@ -1399,7 +1399,7 @@ void Containment::destroy(bool confirm)
void Containment::showConfigurationInterface()
{
if (isContainment()) {
emit configureRequested();
emit configureRequested(this);
} else {
Applet::showConfigurationInterface();
}

View File

@ -370,7 +370,7 @@ class PLASMA_EXPORT Containment : public Applet
/**
* Emitted when the user wants to configure/change containment.
*/
void configureRequested();
void configureRequested(Plasma::Containment *containment);
/**
* The activity associated to this containemnt has changed