diff -r d6cbf21af8fb -r c51941e590b6 src/dialogs.h --- a/src/dialogs.h Thu Oct 03 21:48:11 2013 +0300 +++ b/src/dialogs.h Sat Oct 05 12:51:13 2013 +0300 @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef DIALOGS_H -#define DIALOGS_H +#ifndef LDFORGE_DIALOGS_H +#define LDFORGE_DIALOGS_H #include #include "common.h" @@ -135,4 +135,4 @@ void slot_mail(); }; -#endif // DIALOGS_H +#endif // LDFORGE_DIALOGS_H