From b76db8a6385f3eb2a5f91367789e857fb7fe86ae Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 29 May 2008 12:30:47 +0000 Subject: Cleaned up the new_macro functions. Did some GPL header correction. --- client/builder.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'client/builder.h') diff --git a/client/builder.h b/client/builder.h index 1fbbb86..b7f6fb1 100644 --- a/client/builder.h +++ b/client/builder.h @@ -3,8 +3,8 @@ * builder.h * * Fri Aug 31 12:27:45 CEST 2007 - * Copyright 2007 Bent Bisballe Nyeng, Lars Bisballe Jensen and Peter Skaarup - * deva@aasimon.org, elsenator@gmail.com and piparum@piparum.dk + * Copyright 2007 Lars Bisballe Jensen and Bent Bisballe Nyeng + * elsenator@gmail.com and deva@aasimon.org ****************************************************************************/ /* @@ -24,9 +24,8 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ - -#ifndef _BUILDER_H -#define _BUILDER_H +#ifndef __PRACRO_BUILDER_H__ +#define __PRACRO_BUILDER_H__ #include "widgets/widget.h" #include @@ -59,4 +58,4 @@ private: }; -#endif +#endif/*__PRACRO_BUILDER_H__*/ -- cgit v1.2.3