diff --git a/containment.cpp b/containment.cpp index e59993a16..436ec9199 100644 --- a/containment.cpp +++ b/containment.cpp @@ -1399,7 +1399,7 @@ void Containment::destroy(bool confirm) void Containment::showConfigurationInterface() { if (isContainment()) { - emit configureRequested(); + emit configureRequested(this); } else { Applet::showConfigurationInterface(); } diff --git a/containment.h b/containment.h index 264b64e71..bdab72a1d 100644 --- a/containment.h +++ b/containment.h @@ -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