]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/commands.h
Phase two of adding polyline functionality...
[architektonas] / src / mainapp / commands.h
index 12c713cbcc0347aaed4fb59b0251e47a547a697e..05d84c96ebad66772e9d46db73df339fee561d59 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef RS_COMMANDS_H
-#define RS_COMMANDS_H
+#ifndef __COMMANDS_H__
+#define __COMMANDS_H__
 
 #include <QtCore>
-#include "rs.h"
+#include "enums.h"
 
-#define RS_COMMANDS Commands::instance()
+#define COMMANDS Commands::instance()
 
 /**
  * Class which holds all commands for the command line. This
@@ -41,4 +41,4 @@ class Commands: public QObject
                QMultiHash<QString, RS2::ActionType *> shortCommands;
 };
 
-#endif
+#endif // __COMMANDS_H__