summaryrefslogtreecommitdiff
path: root/client/builder.h
diff options
context:
space:
mode:
authordeva <deva>2008-05-29 12:30:47 +0000
committerdeva <deva>2008-05-29 12:30:47 +0000
commitb76db8a6385f3eb2a5f91367789e857fb7fe86ae (patch)
tree41bf44b02dff3fea3a40c79156a86b10a987cc1b /client/builder.h
parent4915b8edd50bf95735e94bb58a238aa02a29fe5c (diff)
Cleaned up the new_macro functions. Did some GPL header correction.
Diffstat (limited to 'client/builder.h')
-rw-r--r--client/builder.h11
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__*/