src/Colors.h

changeset 690
9e9c52ca955e
parent 641
425b169a82aa
child 702
8e3058cb9281
--- a/src/Colors.h	Sun Mar 09 14:04:06 2014 +0200
+++ b/src/Colors.h	Sun Mar 09 14:59:46 2014 +0200
@@ -16,9 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef LDFORGE_COLORS_H
-#define LDFORGE_COLORS_H
-
+#pragma once
 #include <QColor>
 #include "Main.h"
 
@@ -42,5 +40,3 @@
 // Main and edge color identifiers
 static const int maincolor = 16;
 static const int edgecolor = 24;
-
-#endif // LDFORGE_COLORS_H

mercurial