]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/patternbox.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / patternbox.h
similarity index 86%
rename from src/widgets/qg_patternbox.h
rename to src/widgets/patternbox.h
index 88fa461e60d6ba36a396043ecfee3c3c19aadab9..aeaf81985cb3c18f2bd50b01c5c85a908d7aa9ca 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef QG_PATTERNBOX_H
-#define QG_PATTERNBOX_H
+#ifndef __PATTERNBOX_H__
+#define __PATTERNBOX_H__
 
 #include <QtGui>
 
@@ -30,4 +30,4 @@ class QG_PatternBox: public QComboBox
                RS_Pattern * currentPattern;
 };
 
-#endif
+#endif // __PATTERNBOX_H__