X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainapp%2Fcommands.h;h=05d84c96ebad66772e9d46db73df339fee561d59;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=12c713cbcc0347aaed4fb59b0251e47a547a697e;hpb=5374cdbb127a1bced9a65abeb30b1ef4eb5e35a7;p=architektonas diff --git a/src/mainapp/commands.h b/src/mainapp/commands.h index 12c713c..05d84c9 100644 --- a/src/mainapp/commands.h +++ b/src/mainapp/commands.h @@ -1,10 +1,10 @@ -#ifndef RS_COMMANDS_H -#define RS_COMMANDS_H +#ifndef __COMMANDS_H__ +#define __COMMANDS_H__ #include -#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 shortCommands; }; -#endif +#endif // __COMMANDS_H__