diff --git a/plasma/applet.h b/plasma/applet.h index 228325443..804f0a2b2 100644 --- a/plasma/applet.h +++ b/plasma/applet.h @@ -560,16 +560,6 @@ class PLASMA_EXPORT Applet : public QObject */ void releaseVisualFocus(); - /** - * Emitted when the user completes a transformation of the applet. - */ - void appletTransformedByUser(); - - /** - * Emitted when the applet changes its own geometry or transform. - */ - void appletTransformedItself(); - //TODO: fix usage in containment, port to QObject::destroyed /** * Emitted when the applet is deleted @@ -588,6 +578,7 @@ class PLASMA_EXPORT Applet : public QObject /** * Destroys the applet; it will be removed nicely and deleted. * Its configuration will also be deleted. + * If you want to remove the Applet configuration, use this, don't just delete the Applet * */ virtual void destroy(); diff --git a/scriptengines/qml/declarative/packageaccessmanagerfactory.cpp b/scriptengines/qml/declarative/packageaccessmanagerfactory.cpp index 40b4f55e3..eabca1c2c 100644 --- a/scriptengines/qml/declarative/packageaccessmanagerfactory.cpp +++ b/scriptengines/qml/declarative/packageaccessmanagerfactory.cpp @@ -20,7 +20,6 @@ #include "packageaccessmanagerfactory.h" #include "packageaccessmanager.h" -#include "plasmoid/appletauthorization.h" PackageAccessManagerFactory::PackageAccessManagerFactory(const Plasma::Package &package) : QQmlNetworkAccessManagerFactory(),