comparison: src/dialogs.h
src/dialogs.h
- changeset 541
- 0e38beeb050a
- parent 540
- 0334789cb4d7
- child 600
- 209e3f1f7b2c
equal
deleted
inserted
replaced
18 |
18 |
19 #ifndef LDFORGE_DIALOGS_H |
19 #ifndef LDFORGE_DIALOGS_H |
20 #define LDFORGE_DIALOGS_H |
20 #define LDFORGE_DIALOGS_H |
21 |
21 |
22 #include <QDialog> |
22 #include <QDialog> |
23 #include "common.h" |
23 #include "main.h" |
24 #include "types.h" |
24 #include "types.h" |
25 |
25 |
26 class Ui_ExtProgPath; |
26 class Ui_ExtProgPath; |
27 class QRadioButton; |
27 class QRadioButton; |
28 class QCheckBox; |
28 class QCheckBox; |