diff --git a/applet.h b/applet.h index 5517e4621..6c71ed15e 100644 --- a/applet.h +++ b/applet.h @@ -24,15 +24,15 @@ #include -#include +#include +#include namespace Plasma { - /** * @short the base Applet class * - * + * */ class PLASMA_EXPORT Applet : public QWidget, public QGraphicsItemGroup { @@ -87,6 +87,9 @@ class PLASMA_EXPORT Applet : public QWidget, public QGraphicsItemGroup */ virtual void constraintsUpdated(); + public Q_SLOTS: + virtual void updated(const QString& source, const Plasma::DataEngine::Data&) = 0; + Q_SIGNALS: void requestFocus( bool focus );