14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
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 #ifndef LDFORGE_COLORSELECTOR_H |
19 #pragma once |
20 #define LDFORGE_COLORSELECTOR_H |
|
21 |
|
22 #include <QDialog> |
20 #include <QDialog> |
23 #include "Main.h" |
21 #include "Main.h" |
24 |
22 |
25 class LDColor; |
23 class LDColor; |
26 class Ui_ColorSelUI; |
24 class Ui_ColorSelUI; |