From 959103e00426679ba6ecb302d252cca70acc2bf2 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 19 Feb 2013 12:41:31 +0100 Subject: [PATCH] ean removed friends and memebers --- src/plasma/containment.h | 2 -- src/plasma/private/containment_p.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/src/plasma/containment.h b/src/plasma/containment.h index 6a2215917..36b043484 100644 --- a/src/plasma/containment.h +++ b/src/plasma/containment.h @@ -415,10 +415,8 @@ Q_SIGNALS: friend class Applet; friend class AppletPrivate; friend class CoronaPrivate; - friend class CoronaBasePrivate; friend class ContainmentPrivate; friend class ContainmentActions; - friend class View; ContainmentPrivate *const d; }; diff --git a/src/plasma/private/containment_p.h b/src/plasma/private/containment_p.h index 1759f49db..fa86d7b06 100644 --- a/src/plasma/private/containment_p.h +++ b/src/plasma/private/containment_p.h @@ -29,9 +29,6 @@ #include "corona.h" #include "containmentactions.h" -static const int INTER_CONTAINMENT_MARGIN = 6; -static const int CONTAINMENT_COLUMNS = 2; -static const int VERTICAL_STACKING_OFFSET = 10000; class KJob; @@ -43,7 +40,6 @@ namespace KIO namespace Plasma { -class AccessAppletJob; class Containment; class ContainmentPrivate @@ -113,7 +109,6 @@ public: QString wallpaper; QHash localActionPlugins; int screen; - QList toolBoxActions; QString activityId; Containment::Type type; bool drawWallpaper : 1;