From dc878d9033030df1d03be31991d857a85f0c3dbc Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 6 Aug 2008 09:19:29 +0000 Subject: [PATCH] * Make the multiple inclusion header guard macros all start with PLASMA_ svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=842922 --- abstractrunner.h | 4 ++-- animationdriver.h | 4 ++-- animator.h | 4 ++-- configxml.h | 4 ++-- corona.h | 4 ++-- delegate.h | 6 +++--- extender.h | 6 +++--- extenderitem.h | 6 +++--- packagemetadata.h | 4 ++-- packagestructure.h | 4 ++-- paintutils.h | 4 ++-- querymatch.h | 4 ++-- runnercontext.h | 4 ++-- runnermanager.h | 4 ++-- view.h | 4 ++-- 15 files changed, 33 insertions(+), 33 deletions(-) diff --git a/abstractrunner.h b/abstractrunner.h index 43a1eedb5..bdb3a698a 100644 --- a/abstractrunner.h +++ b/abstractrunner.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef RUNNER_H -#define RUNNER_H +#ifndef PLASMA_RUNNER_H +#define PLASMA_RUNNER_H #include #include diff --git a/animationdriver.h b/animationdriver.h index f5c14ffc9..f32ebd962 100644 --- a/animationdriver.h +++ b/animationdriver.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef ANIMATIONDRIVER_H -#define ANIMATIONDRIVER_H +#ifndef PLASMA_ANIMATIONDRIVER_H +#define PLASMA_ANIMATIONDRIVER_H #include #include diff --git a/animator.h b/animator.h index 06b8909b2..bdede75c9 100644 --- a/animator.h +++ b/animator.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef ANIMATOR_H -#define ANIMATOR_H +#ifndef PLASMA_ANIMATOR_H +#define PLASMA_ANIMATOR_H #include #include diff --git a/configxml.h b/configxml.h index 97d2078d4..b742addc4 100644 --- a/configxml.h +++ b/configxml.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef CONFIGXML_H -#define CONFIGXML_H +#ifndef PLASMA_CONFIGXML_H +#define PLASMA_CONFIGXML_H #include #include diff --git a/corona.h b/corona.h index 5938c0960..f8a876f06 100644 --- a/corona.h +++ b/corona.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef CORONA_H -#define CORONA_H +#ifndef PLASMA_CORONA_H +#define PLASMA_CORONA_H #include diff --git a/delegate.h b/delegate.h index ee37e3924..721597fba 100644 --- a/delegate.h +++ b/delegate.h @@ -18,8 +18,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef DELEGATE_H -#define DELEGATE_H +#ifndef PLASMA_DELEGATE_H +#define PLASMA_DELEGATE_H // Qt #include @@ -113,4 +113,4 @@ private: } -#endif // ITEMDELEGATE_H +#endif // PLASMA_DELEGATE_H diff --git a/extender.h b/extender.h index 27c0ad4eb..b9e32dc2c 100644 --- a/extender.h +++ b/extender.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * ***************************************************************************/ -#ifndef EXTENDER_H -#define EXTENDER_H +#ifndef PLASMA_EXTENDER_H +#define PLASMA_EXTENDER_H #include @@ -186,5 +186,5 @@ class PLASMA_EXPORT Extender : public QGraphicsWidget }; } // Plasma namespace -#endif //EXTENDER_H +#endif //PLASMA_EXTENDER_H diff --git a/extenderitem.h b/extenderitem.h index 1f789a9d1..118f4ba6f 100644 --- a/extenderitem.h +++ b/extenderitem.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * ***************************************************************************/ -#ifndef EXTENDERITEM_H -#define EXTENDERITEM_H +#ifndef PLASMA_EXTENDERITEM_H +#define PLASMA_EXTENDERITEM_H #include @@ -210,4 +210,4 @@ class PLASMA_EXPORT ExtenderItem : public QGraphicsWidget friend class Extender; }; } // namespace Plasma -#endif // EXTENDERITEM_H +#endif // PLASMA_EXTENDERITEM_H diff --git a/packagemetadata.h b/packagemetadata.h index 2c075f7e9..05aa4a277 100644 --- a/packagemetadata.h +++ b/packagemetadata.h @@ -17,8 +17,8 @@ * Boston, MA 02110-1301, USA. * *******************************************************************************/ -#ifndef PACKAGEMETADATA_H -#define PACKAGEMETADATA_H +#ifndef PLASMA_PACKAGEMETADATA_H +#define PLASMA_PACKAGEMETADATA_H #include diff --git a/packagestructure.h b/packagestructure.h index ecbf784c8..30b37e63f 100644 --- a/packagestructure.h +++ b/packagestructure.h @@ -17,8 +17,8 @@ * Boston, MA 02110-1301, USA. * *******************************************************************************/ -#ifndef PACKAGESTRUCTURE_H -#define PACKAGESTRUCTURE_H +#ifndef PLASMA_PACKAGESTRUCTURE_H +#define PLASMA_PACKAGESTRUCTURE_H #include #include diff --git a/paintutils.h b/paintutils.h index f3b066d90..277011713 100644 --- a/paintutils.h +++ b/paintutils.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef PAINTUTILS_H -#define PAINTUTILS_H +#ifndef PLASMA_PAINTUTILS_H +#define PLASMA_PAINTUTILS_H #include #include diff --git a/querymatch.h b/querymatch.h index 48eceb37c..287852c2c 100644 --- a/querymatch.h +++ b/querymatch.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef QUERYMATCH_H -#define QUERYMATCH_H +#ifndef PLASMA_QUERYMATCH_H +#define PLASMA_QUERYMATCH_H #include diff --git a/runnercontext.h b/runnercontext.h index 7c48e43b1..ae7fbeaa1 100644 --- a/runnercontext.h +++ b/runnercontext.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef RUNNERCONTEXT_H -#define RUNNERCONTEXT_H +#ifndef PLASMA_RUNNERCONTEXT_H +#define PLASMA_RUNNERCONTEXT_H #include #include diff --git a/runnermanager.h b/runnermanager.h index 1aa2a9da3..4dc80b81f 100644 --- a/runnermanager.h +++ b/runnermanager.h @@ -19,8 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef RUNNERMANAGER_H -#define RUNNERMANAGER_H +#ifndef PLASMA_RUNNERMANAGER_H +#define PLASMA_RUNNERMANAGER_H #include #include diff --git a/view.h b/view.h index 8062865f2..c4ba6ab11 100644 --- a/view.h +++ b/view.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef VIEW_H -#define VIEW_H +#ifndef PLASMA_VIEW_H +#define PLASMA_VIEW_H #include #include