X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fcommandedit.h;fp=src%2Fwidgets%2Fqg_commandedit.h;h=b72369dfe40010cf2fe3c61d331cfb3952c4a51c;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=5cc6287e3b19ef920024fdb54dc40d56eb5bb774;hpb=d86611a87f46873819dfae63f1112b248ba9aca1;p=architektonas diff --git a/src/widgets/qg_commandedit.h b/src/widgets/commandedit.h similarity index 88% rename from src/widgets/qg_commandedit.h rename to src/widgets/commandedit.h index 5cc6287..b72369d 100644 --- a/src/widgets/qg_commandedit.h +++ b/src/widgets/commandedit.h @@ -1,5 +1,5 @@ -#ifndef QG_COMMANDEDIT_H -#define QG_COMMANDEDIT_H +#ifndef __COMMANDEDIT_H__ +#define __COMMANDEDIT_H__ #include @@ -33,4 +33,4 @@ class QG_CommandEdit: public QLineEdit bool acceptCoordinates; }; -#endif +#endif // __COMMANDEDIT_H__