From 95bed44242f69afae829c48c01165641113f1c29 Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Tue, 27 Feb 2007 22:32:35 +0000 Subject: [PATCH] Fix build svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=637823 --- applet.cpp | 3 +-- applet.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/applet.cpp b/applet.cpp index f9157547d..4a454ed10 100644 --- a/applet.cpp +++ b/applet.cpp @@ -33,8 +33,7 @@ namespace Plasma class Applet::Private { public: - Private(KService::Ptr appletDescription, int uniqueID, - const AppletChain::Ptr appletChain) + Private(KService::Ptr appletDescription, int uniqueID) : id(uniqueID), globalConfig(0), appletConfig(0), diff --git a/applet.h b/applet.h index 3ed83db09..27d0c28f4 100644 --- a/applet.h +++ b/applet.h @@ -25,7 +25,6 @@ #include #include "plasma.h" -#include "appletChain.h" namespace Plasma {