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 #include "documentloader.h" |
19 #include "documentloader.h" |
20 #include "lddocument.h" |
20 #include "lddocument.h" |
21 #include "ldObject.h" |
21 #include "linetypes/modelobject.h" |
22 #include "mainwindow.h" |
22 #include "mainwindow.h" |
23 #include "dialogs/openprogressdialog.h" |
23 #include "dialogs/openprogressdialog.h" |
24 |
24 |
25 DocumentLoader::DocumentLoader (Model* model, bool onForeground, QObject *parent) : |
25 DocumentLoader::DocumentLoader (Model* model, bool onForeground, QObject *parent) : |
26 QObject (parent), |
26 QObject (parent), |