Fix header guards

Closes #177
This commit is contained in:
Lukas W
2014-11-25 11:24:51 +01:00
parent 334a567620
commit e935cb046e
112 changed files with 338 additions and 338 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef _SERIALIZING_OBJECT_H
#define _SERIALIZING_OBJECT_H
#ifndef SERIALIZING_OBJECT_H
#define SERIALIZING_OBJECT_H
#include <QtCore/QString>