From 3bcc40476c7cbec08f747c301fac451c79f56a78 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliokas Date: Mon, 24 Sep 2012 15:11:46 +0300 Subject: [PATCH] Remove friend class Extender; for the popupapplet.h --- popupapplet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/popupapplet.h b/popupapplet.h index e476aa250..0baf96e53 100644 --- a/popupapplet.h +++ b/popupapplet.h @@ -211,7 +211,6 @@ private: friend class Applet; friend class AppletPrivate; - friend class Extender; friend class PopupAppletPrivate; PopupAppletPrivate * const d; };