X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fpatternbox.h;fp=src%2Fwidgets%2Fqg_patternbox.h;h=aeaf81985cb3c18f2bd50b01c5c85a908d7aa9ca;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=88fa461e60d6ba36a396043ecfee3c3c19aadab9;hpb=d86611a87f46873819dfae63f1112b248ba9aca1;p=architektonas diff --git a/src/widgets/qg_patternbox.h b/src/widgets/patternbox.h similarity index 86% rename from src/widgets/qg_patternbox.h rename to src/widgets/patternbox.h index 88fa461..aeaf819 100644 --- a/src/widgets/qg_patternbox.h +++ b/src/widgets/patternbox.h @@ -1,5 +1,5 @@ -#ifndef QG_PATTERNBOX_H -#define QG_PATTERNBOX_H +#ifndef __PATTERNBOX_H__ +#define __PATTERNBOX_H__ #include @@ -30,4 +30,4 @@ class QG_PatternBox: public QComboBox RS_Pattern * currentPattern; }; -#endif +#endif // __PATTERNBOX_H__