colors.h

changeset 135
c243df39913e
parent 104
6e29bb0e83c5
child 138
d22d5c1d9e8a
--- a/colors.h	Wed Apr 24 20:33:06 2013 +0300
+++ b/colors.h	Wed Apr 24 23:27:36 2013 +0300
@@ -16,8 +16,8 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __COLORS_H__
-#define __COLORS_H__
+#ifndef COLORS_H
+#define COLORS_H
 
 #include <qcolor.h>
 #include "common.h"
@@ -44,4 +44,4 @@
 // Safely gets a color with the given number or null if no such color.
 color* getColor (short dColorNum);
 
-#endif // __COLORS_H__
\ No newline at end of file
+#endif // COLORS_H
\ No newline at end of file

mercurial