|
|
|
@ -20,6 +20,8 @@ |
|
|
|
#ifndef CONTAINMENTCONFIGVIEW_H |
|
|
|
#ifndef CONTAINMENTCONFIGVIEW_H |
|
|
|
#define CONTAINMENTCONFIGVIEW_H |
|
|
|
#define CONTAINMENTCONFIGVIEW_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <KDeclarative/ConfigPropertyMap> |
|
|
|
|
|
|
|
#include <PlasmaQuick/ConfigModel> |
|
|
|
#include <PlasmaQuick/ConfigView> |
|
|
|
#include <PlasmaQuick/ConfigView> |
|
|
|
|
|
|
|
|
|
|
|
namespace Plasma |
|
|
|
namespace Plasma |
|
|
|
@ -30,11 +32,6 @@ class Containment; |
|
|
|
class QAbstractItemModel; |
|
|
|
class QAbstractItemModel; |
|
|
|
class CurrentContainmentActionsModel; |
|
|
|
class CurrentContainmentActionsModel; |
|
|
|
|
|
|
|
|
|
|
|
namespace KDeclarative |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
class ConfigPropertyMap; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: out of the library?
|
|
|
|
// TODO: out of the library?
|
|
|
|
class ContainmentConfigView : public PlasmaQuick::ConfigView |
|
|
|
class ContainmentConfigView : public PlasmaQuick::ConfigView |
|
|
|
{ |
|
|
|
{ |
|
|
|
|