]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/colorbox.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / colorbox.h
similarity index 91%
rename from src/widgets/qg_colorbox.h
rename to src/widgets/colorbox.h
index be9d9f64375335c4ec482355f6c227edeb2b7140..a5e58b7fc19373aa1944b694fbaebaf38a2741a4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef QG_COLORBOX_H
-#define QG_COLORBOX_H
+#ifndef __COLORBOX_H__
+#define __COLORBOX_H__
 
 #include <QtGui>
 #include "rs_color.h"
@@ -36,4 +36,4 @@ class QG_ColorBox: public QComboBox
                bool unchanged;
 };
 
-#endif
+#endif // __COLORBOX_H__