From 4a5dbf143fd4fff1c4077ba2e665c416f2cf355e 2009-04-14 07:00:12 From: florianlink Date: 2009-04-14 07:00:12 Subject: [PATCH] renamed guards git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@53 ea8d5007-eb21-0410-b261-ccb3ea6e24a9 --- diff --git a/src/PythonQtClassWrapper.h b/src/PythonQtClassWrapper.h index 6b5d410..9bd82eb 100644 --- a/src/PythonQtClassWrapper.h +++ b/src/PythonQtClassWrapper.h @@ -1,5 +1,5 @@ -#ifndef _PYTHONQTMETAOBJECTWRAPPER_H -#define _PYTHONQTMETAOBJECTWRAPPER_H +#ifndef _PYTHONQTCLASSWRAPPER_H +#define _PYTHONQTCLASSWRAPPER_H /* * diff --git a/src/PythonQtInstanceWrapper.h b/src/PythonQtInstanceWrapper.h index e7a37bc..1fe691c 100644 --- a/src/PythonQtInstanceWrapper.h +++ b/src/PythonQtInstanceWrapper.h @@ -1,5 +1,5 @@ -#ifndef _PYTHONQTWRAPPER_H -#define _PYTHONQTWRAPPER_H +#ifndef _PYTHONQTINSTANCEWRAPPER_H +#define _PYTHONQTINSTANCEWRAPPER_H /* *