29 #include "colorSelectDialog.h" |
29 #include "colorSelectDialog.h" |
30 #include "colors.h" |
30 #include "colors.h" |
31 #include "config.h" |
31 #include "config.h" |
32 #include "misc.h" |
32 #include "misc.h" |
33 #include "ui_colorsel.h" |
33 #include "ui_colorsel.h" |
34 #include "moc_colorSelectDialog.cxx" |
|
35 |
34 |
36 static const int g_numColumns = 16; |
35 static const int g_numColumns = 16; |
37 static const short g_squareSize = 32; |
36 static const short g_squareSize = 32; |
38 |
37 |
39 extern_cfg (String, gl_maincolor); |
38 extern_cfg (String, gl_maincolor); |