ean removed friends and memebers

This commit is contained in:
Marco Martin 2013-02-19 12:41:31 +01:00
parent 32cbdac6e2
commit 959103e004
2 changed files with 0 additions and 7 deletions

View File

@ -415,10 +415,8 @@ Q_SIGNALS:
friend class Applet; friend class Applet;
friend class AppletPrivate; friend class AppletPrivate;
friend class CoronaPrivate; friend class CoronaPrivate;
friend class CoronaBasePrivate;
friend class ContainmentPrivate; friend class ContainmentPrivate;
friend class ContainmentActions; friend class ContainmentActions;
friend class View;
ContainmentPrivate *const d; ContainmentPrivate *const d;
}; };

View File

@ -29,9 +29,6 @@
#include "corona.h" #include "corona.h"
#include "containmentactions.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; class KJob;
@ -43,7 +40,6 @@ namespace KIO
namespace Plasma namespace Plasma
{ {
class AccessAppletJob;
class Containment; class Containment;
class ContainmentPrivate class ContainmentPrivate
@ -113,7 +109,6 @@ public:
QString wallpaper; QString wallpaper;
QHash<QString, ContainmentActions*> localActionPlugins; QHash<QString, ContainmentActions*> localActionPlugins;
int screen; int screen;
QList<QAction *> toolBoxActions;
QString activityId; QString activityId;
Containment::Type type; Containment::Type type;
bool drawWallpaper : 1; bool drawWallpaper : 1;