Correct include guards
svn path=/trunk/KDE/kdebase/workspace/; revision=736227
This commit is contained in:
parent
f8ec94079b
commit
620c22cad2
1 changed files with 2 additions and 2 deletions
|
@ -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 <kcmodule.h>
|
||||
|
|
Loading…
Reference in a new issue