29 #include "ColorSelector.h" |
29 #include "ColorSelector.h" |
30 #include "Colors.h" |
30 #include "Colors.h" |
31 #include "Configuration.h" |
31 #include "Configuration.h" |
32 #include "Misc.h" |
32 #include "Misc.h" |
33 #include "ui_colorsel.h" |
33 #include "ui_colorsel.h" |
34 #include "moc_ColorSelector.cxx" |
|
35 |
34 |
36 static const int g_numColumns = 16; |
35 static const int g_numColumns = 16; |
37 static const int g_squareSize = 32; |
36 static const int g_squareSize = 32; |
38 |
37 |
39 extern_cfg (String, gl_maincolor); |
38 extern_cfg (String, gl_maincolor); |