1146:bb728c124d47 | 1147:a26568aa3cce |
---|---|
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 "main.h" | 20 #include "main.h" |
21 #include "ldObject.h" | 21 #include "linetypes/modelobject.h" |
22 | 22 |
23 class AbstractHistoryEntry; | 23 class AbstractHistoryEntry; |
24 | 24 |
25 class EditHistory : public QObject | 25 class EditHistory : public QObject |
26 { | 26 { |