973:c1b60c7d5135 | 974:b2fa5f89798a |
---|---|
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ | 17 */ |
18 | 18 |
19 #pragma once | 19 #pragma once |
20 #include <QColor> | 20 #include <QColor> |
21 #include "main.h" | 21 #include "basics.h" |
22 | 22 |
23 class LDColor | 23 class LDColor |
24 { | 24 { |
25 public: | 25 public: |
26 LDColor() : m_index (0) {} | 26 LDColor() : m_index (0) {} |