Correct include guards

svn path=/trunk/KDE/kdebase/workspace/; revision=736227
This commit is contained in:
Rivo Laks 2007-11-13 18:17:45 +00:00
parent f8ec94079b
commit 620c22cad2

View file

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
#ifndef KWIN__CONFIG_H #ifndef KWIN_INVERT_CONFIG_H
#define KWIN__CONFIG_H #define KWIN_INVERT_CONFIG_H
#define KDE3_SUPPORT #define KDE3_SUPPORT
#include <kcmodule.h> #include <kcmodule.h>