From ef7273896069f1d4a2c1f41a366a37f30b196b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 27 Aug 2008 00:38:26 +0000 Subject: [PATCH] Correct include guards name svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=853013 --- popupapplet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/popupapplet.h b/popupapplet.h index c77446c2f..da9fca774 100644 --- a/popupapplet.h +++ b/popupapplet.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * ***************************************************************************/ -#ifndef PLASMAAPPLETDIALOG_H -#define PLASMAAPPLETDIALOG_H +#ifndef POPUPAPPLET_H +#define POPUPAPPLET_H #include #include @@ -111,5 +111,5 @@ private: } // Plasma namespace -#endif /* PLASMAAPPLETDIALOG_H */ +#endif /* POPUPAPPLET_H */