From a75e4604c0bc8d2926f78ff9752162d3b23256b0 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 29 Apr 2008 03:05:31 +0000 Subject: [PATCH] allow applet script to dig around with Applet svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802291 --- applet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/applet.h b/applet.h index ee844bf6a..ccb8ea3a2 100644 --- a/applet.h +++ b/applet.h @@ -678,6 +678,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget //Corona needs to access setFailedToLaunch and init friend class Corona; friend class Containment; + friend class AppletScript; }; } // Plasma namespace