]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/fontbox.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / fontbox.h
similarity index 86%
rename from src/widgets/qg_fontbox.h
rename to src/widgets/fontbox.h
index 6841f798c0c238e9505c04260689fad93a940494..e5eb61a43d81af0bf7c36e6398724d785f069fa0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef QG_FONTBOX_H
-#define QG_FONTBOX_H
+#ifndef __FONTBOX_H__
+#define __FONTBOX_H__
 
 #include <QtGui>
 
@@ -30,4 +30,4 @@ class QG_FontBox: public QComboBox
                RS_Font * currentFont;
 };
 
-#endif
+#endif // __FONTBOX_H__