From 620c22cad2b8713d1a2efd29c901eda62a1c70be Mon Sep 17 00:00:00 2001 From: Rivo Laks Date: Tue, 13 Nov 2007 18:17:45 +0000 Subject: [PATCH] Correct include guards svn path=/trunk/KDE/kdebase/workspace/; revision=736227 --- effects/invert_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/effects/invert_config.h b/effects/invert_config.h index 4fc43941e1..deddaf297e 100644 --- a/effects/invert_config.h +++ b/effects/invert_config.h @@ -8,8 +8,8 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -#ifndef KWIN__CONFIG_H -#define KWIN__CONFIG_H +#ifndef KWIN_INVERT_CONFIG_H +#define KWIN_INVERT_CONFIG_H #define KDE3_SUPPORT #include