From kde-commits Mon Nov 16 22:29:36 2009 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Mon, 16 Nov 2009 22:29:36 +0000 To: kde-commits Subject: playground/base/plasma/applets/screen_control Message-Id: <1258410576.979104.29881.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125841058531904 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: