]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/commands.h
Sanity check step 1: Renaming files...
[architektonas] / src / mainapp / commands.h
index 12c713cbcc0347aaed4fb59b0251e47a547a697e..abe6c44d7ca4b59d83e96492d0c4deeb640def03 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef RS_COMMANDS_H
-#define RS_COMMANDS_H
+#ifndef __COMMANDS_H__
+#define __COMMANDS_H__
 
 #include <QtCore>
 #include "rs.h"
@@ -41,4 +41,4 @@ class Commands: public QObject
                QMultiHash<QString, RS2::ActionType *> shortCommands;
 };
 
-#endif
+#endif // __COMMANDS_H__