SVN commit 1050239 by aseigo: this isn't the applet M +1 -1 ScreenControl.cpp M +3 -2 ScreenControl.h --- trunk/playground/base/plasma/applets/screen_control/ScreenControl.cpp #1050238:1050239 @@ -26,7 +26,7 @@ #include ScreenControl::ScreenControl(QGraphicsWidget *parent) : - Plasma::Applet(parent) + QGraphicsWidget(parent) { setMinimumSize(450,230); --- trunk/playground/base/plasma/applets/screen_control/ScreenControl.h #1050238:1050239 @@ -20,12 +20,13 @@ #ifndef SCREENCONTROL_H #define SCREENCONTROL_H +#include + #include #include #include #include -class QGraphicsWidget; class QGraphicsLinearLayout; class OutputFrame; @@ -36,7 +37,7 @@ } -class ScreenControl : public Plasma::Applet +class ScreenControl : public QGraphicsWidget { Q_OBJECT public: