]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/qg_dialogfactory.cpp
First steps in fixing/cleaning up preview/snapper rendering.
[architektonas] / src / widgets / qg_dialogfactory.cpp
index 16ad8be4fe00f3dbefc3b8a03107720f0f2d9e0d..6398633b6e61706cb555ff97f4db793d4f4325af 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
 #include "qg_dialogfactory.h"
 
 #include "graphicview.h"
-#include "qg_layerwidget.h"
+#include "layerwidget.h"
 #include "qg_mainwindowinterface.h"
 #include "actiondimlinear.h"
 #include "actioninterface.h"
 #include "rs_blocklist.h"
 #include "rs_document.h"
 #include "rs_hatch.h"
+#include "rs_layerlist.h"
 #include "rs_patternlist.h"
 #include "settings.h"
 #include "rs_system.h"