remove toolBox related signals

This commit is contained in:
Marco Martin 2013-02-18 20:14:26 +01:00
parent 206c5cfb5e
commit 6941264229

View File

@ -43,7 +43,6 @@ class View;
class Wallpaper;
class ContainmentActions;
class ContainmentPrivate;
class AbstractToolBox;
/**
* @class Containment plasma/containment.h <Plasma/Containment>
@ -320,17 +319,6 @@ Q_SIGNALS:
*/
void activityChanged(const QString &activity);
/**
* Emitted when the user clicks on the toolbox
*/
void toolBoxToggled();
/**
* Emitted when the toolbox is hidden or shown
* @since 4.3
*/
void toolBoxVisibilityChanged(bool);
/**
* Emitted when the containment requests an add widgets dialog is shown.
* Usually only used for desktop containments.