From kde-commits Tue Apr 14 19:59:08 2009 From: =?utf-8?q?Bj=C3=B6rn=20Ruberg?= Date: Tue, 14 Apr 2009 19:59:08 +0000 To: kde-commits Subject: playground/base/plasma/applets/plasmaboard Message-Id: <1239739148.607063.1435.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123973916517836 SVN commit 953940 by ruberg: Build fix M +2 -1 PanelIcon.cpp M +1 -2 PanelIcon.h --- trunk/playground/base/plasma/applets/plasmaboard/PanelIcon.cpp #953939:953940 @@ -17,10 +17,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * ***************************************************************************/ - +#include #include "PanelIcon.h" + PanelIcon::PanelIcon(QObject *parent, const QVariantList &args) : Plasma::PopupApplet(parent, args), m_plasmaboard(0) { --- trunk/playground/base/plasma/applets/plasmaboard/PanelIcon.h #953939:953940 @@ -24,10 +24,9 @@ #include #include #include -#include - #include "widget.h" + class PanelIcon: public Plasma::PopupApplet { Q_OBJECT public: