--- a/src/messagelog.h Tue Oct 22 22:14:32 2013 +0300 +++ b/src/messagelog.h Thu Dec 05 13:51:52 2013 +0200 @@ -16,8 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MESSAGELOG_H -#define MESSAGELOG_H +#ifndef LDFORGE_MESSAGELOG_H +#define LDFORGE_MESSAGELOG_H #include <QObject> #include <QDate> @@ -65,4 +65,4 @@ void tick(); }; -#endif // MESSAGELOG_H +#endif // LDFORGE_MESSAGELOG_H