From kde-commits Fri Oct 31 22:05:53 2014 From: Montel Laurent Date: Fri, 31 Oct 2014 22:05:53 +0000 To: kde-commits Subject: [plasma-workspace] shell: clean forward declaration Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=141479316507503 Git commit 10224679af8f8604612b69c985ee564346d8b0bd by Montel Laurent. Committed on 31/10/2014 at 08:07. Pushed by mlaurent into branch 'master'. clean forward declaration M +0 -1 shell/activity.h M +0 -1 shell/desktopview.h M +0 -1 shell/osd.h M +0 -2 shell/panelconfigview.h M +0 -1 shell/plasmaquick/configmodel.h M +0 -1 shell/scripting/appinterface.h http://commits.kde.org/plasma-workspace/10224679af8f8604612b69c985ee564346d= 8b0bd diff --git a/shell/activity.h b/shell/activity.h index c02bfe2..a0b233a 100644 --- a/shell/activity.h +++ b/shell/activity.h @@ -39,7 +39,6 @@ namespace KActivities = namespace Plasma { - class Containment; class Corona; } // namespace Plasma = diff --git a/shell/desktopview.h b/shell/desktopview.h index 1b07261..ea9e555 100644 --- a/shell/desktopview.h +++ b/shell/desktopview.h @@ -24,7 +24,6 @@ #include "panelconfigview.h" #include = -class ShellCorona; = class DesktopView : public PlasmaQuick::View { diff --git a/shell/osd.h b/shell/osd.h index 1f2ceac..356b073 100644 --- a/shell/osd.h +++ b/shell/osd.h @@ -26,7 +26,6 @@ namespace KDeclarative { class QmlObject; } namespace Plasma { - class Package; } = class QTimer; diff --git a/shell/panelconfigview.h b/shell/panelconfigview.h index cb96194..3c6efad 100644 --- a/shell/panelconfigview.h +++ b/shell/panelconfigview.h @@ -30,8 +30,6 @@ #include #include = -class AppletInterface; -class ConfigPropertyMap; class PanelView; = namespace Plasma { diff --git a/shell/plasmaquick/configmodel.h b/shell/plasmaquick/configmode= l.h index 4a93ed3..c5910b2 100644 --- a/shell/plasmaquick/configmodel.h +++ b/shell/plasmaquick/configmodel.h @@ -43,7 +43,6 @@ namespace Plasma { namespace PlasmaQuick { = -class ConfigPropertyMap; = class ConfigCategoryPrivate; = diff --git a/shell/scripting/appinterface.h b/shell/scripting/appinterface.h index e54ff5a..5b79d39 100644 --- a/shell/scripting/appinterface.h +++ b/shell/scripting/appinterface.h @@ -26,7 +26,6 @@ = namespace Plasma { - class Applet; class Containment; class Corona; class Theme;