diff options
Diffstat (limited to 'client/builder.h')
-rw-r--r-- | client/builder.h | 11 |
1 files changed, 5 insertions, 6 deletions
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 <QDomDocument> @@ -59,4 +58,4 @@ private: }; -#endif +#endif/*__PRACRO_BUILDER_H__*/ |